Files
2024-11-19 22:35:44 +00:00

11 lines
195 B
TypeScript

import * as lib from "@clusterio/lib";
import { BaseInstancePlugin } from "@clusterio/host";
export class InstancePlugin extends BaseInstancePlugin {
async init() {
}
async onStart() {
}
}