UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

19 lines 394 B
export class EditorProcess extends BaseProcess { /** * * @type {string} */ name: string; /** * * @type {Editor|null} */ editor: Editor | null; /** * * @param {Editor} editor */ initialize(editor: Editor): void; } import { BaseProcess } from "../../src/core/process/BaseProcess.js"; //# sourceMappingURL=EditorProcess.d.ts.map