Add exp_gui

This commit is contained in:
Cooldude2606
2025-01-02 03:22:50 +00:00
parent 1a17f11062
commit a924a211ae
9 changed files with 74 additions and 0 deletions

7
exp_gui/instance.ts Normal file
View File

@@ -0,0 +1,7 @@
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
}