当前玩家的 Client
描述 state 如何根据 action 变化的 reducer,参见 https://redux.js.org/basics/reducers
客户端的事件处理方法
当前玩家的 Client
客户端的事件处理方法
维护游戏状态的 Store
游戏玩家列表(不包括 masterClient 的 playerList)
游戏状态
Calls each of the listeners registered for a given event.
派发游戏事件,在客户端派发的事件会同时在客户端与服务端被处理
事件名
事件的有效载荷
Return an array listing the events for which the emitter has registered listeners.
Return the number of listeners listening to a given event.
Return the listeners registered for a given event.
Add a listener for a given event.
Add a one-time listener for a given event.
Remove all listeners, or those of the specified event.
Remove the listeners of a given event.
Generated using TypeDoc
使用 Redux 维护状态的游戏客户端