UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

23 lines 324 B
export class GraphNode { /** * * @type {string} */ name: string; /** * * @type {number} */ id: number; /** * * @type {number} */ version: number; /** * * @type {number} */ ref_count: number; } //# sourceMappingURL=GraphNode.d.ts.map