mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-07-26 10:36:22 +09:00
7 lines
166 B
TypeScript
7 lines
166 B
TypeScript
import * as lib from "@clusterio/lib";
|
|
import { BaseControllerPlugin } from "@clusterio/controller";
|
|
|
|
export class ControllerPlugin extends BaseControllerPlugin {
|
|
|
|
}
|