Files
Cooldude2606 a924a211ae Add exp_gui
2025-01-30 00:06:59 +00:00

8 lines
326 B
TypeScript

import * as lib from "@clusterio/lib";
import { BaseInstancePlugin } from "@clusterio/host";
export class InstancePlugin extends BaseInstancePlugin {
// This class is empty because an instance plugin must be defined for a module to be injected
// This requirement may change in the future to allow for standalone modules
}