UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 198 B
export type EntityFlags = any; export namespace EntityFlags { let Built: number; let RegisterComponents: number; let WatchDestruction: number; } //# sourceMappingURL=EntityFlags.d.ts.map