mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-05-14 02:58:43 +09:00
8 lines
184 B
TypeScript
8 lines
184 B
TypeScript
import * as lib from "@clusterio/lib";
|
|
import { BaseControllerPlugin } from "@clusterio/controller";
|
|
|
|
export class ControllerPlugin extends BaseControllerPlugin {
|
|
async init() {
|
|
}
|
|
}
|