mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
8 lines
198 B
TypeScript
8 lines
198 B
TypeScript
import * as lib from "@clusterio/lib";
|
|
import { BaseControllerPlugin, InstanceInfo } from "@clusterio/controller";
|
|
|
|
export class ControllerPlugin extends BaseControllerPlugin {
|
|
async init() {
|
|
}
|
|
}
|