Plugin Setup exp_groups

This commit is contained in:
Cooldude2606
2026-05-20 01:48:26 +01:00
parent 538714acdb
commit b64e109bf1
13 changed files with 133 additions and 4 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
import * as lib from "@clusterio/lib";
import { BaseControllerPlugin, InstanceInfo } from "@clusterio/controller";
import { BaseControllerPlugin } from "@clusterio/controller";
export class ControllerPlugin extends BaseControllerPlugin {
async init() {
}
}