UNPKG

@natewilcox/zelda-server

Version:

Server application for zelda multiplayer game

6 lines (5 loc) 179 B
export declare const SimulationEventEmitter: Phaser.Events.EventEmitter; export declare enum SimulationEvents { PlayerJoined = "playerJoined", PlayerLeft = "playerLeft" }