UNPKG

@hiddentao/clockwork-engine

Version:

A TypeScript/PIXI.js game engine for deterministic, replayable games with built-in rendering

7 lines 183 B
/** * Interface for objects that can be collision sources */ export interface ICollisionSource { getCollisionSourceId(): string; } //# sourceMappingURL=ICollisionSource.d.ts.map