UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines (7 loc) 199 B
export class ParentEntity { readonly entity: number static from(entity: number): ParentEntity toJSON(): any fromJSON(j: any): void static readonly typeName: string }