UNPKG

@levimc-lse/interface-api

Version:

API for the logic tree development framework that supports cross-plugin UI queues at runtime in Minecraft Legacy Script Engine.

5 lines 167 B
import { LevelBase } from "../LevelBase"; export interface FormNode extends LevelBase { setFather(father: FormNode): void; } //# sourceMappingURL=FormNode.d.ts.map