UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 175 B
export type GUIElementEvent = string; export namespace GUIElementEvent { let Attached: string; let Initialized: string; } //# sourceMappingURL=GUIElementEvent.d.ts.map