UNPKG

colyseus

Version:

Multiplayer Game Server for Node.js.

4 lines (3 loc) 68 B
export declare type EntityList<T> = { [entityId: string]: T; };