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