mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Setup exp_scenario for commands
This commit is contained in:
10
exp_scenario/instance.ts
Normal file
10
exp_scenario/instance.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as lib from "@clusterio/lib";
|
||||
import { BaseInstancePlugin } from "@clusterio/host";
|
||||
|
||||
export class InstancePlugin extends BaseInstancePlugin {
|
||||
async init() {
|
||||
}
|
||||
|
||||
async onStart() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user