UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 259 B
export class DisableGameUIProcess extends EditorProcess { initialize(editor: any): void; } export namespace DisableGameUIProcess { let Id: string; } import { EditorProcess } from "./EditorProcess.js"; //# sourceMappingURL=DisableGameUIProcess.d.ts.map