UNPKG

@javelin/ecs

Version:

5 lines 262 B
import { Component } from "./component"; export declare type Entity = number; export declare type EntitySnapshot = [Entity, Component[]]; export declare type EntitySnapshotWithDiff = [...EntitySnapshot, (Component | null)[]]; //# sourceMappingURL=entity.d.ts.map