UNPKG

@clusterio/plugin-global_chat

Version:

Clusterio plugin forwarding between Factorio servers

6 lines 246 B
import { CommandTree } from "@clusterio/lib"; import { BaseCtlPlugin } from "@clusterio/ctl"; export declare class CtlPlugin extends BaseCtlPlugin { addCommands(rootCommand: CommandTree): Promise<void>; } //# sourceMappingURL=control.d.ts.map