GameEventName: "move" | "moveFail" | "log" | "over" | "error"

游戏监听事件名称

Example

"move" //游戏棋子移动成功事件名称

Example

"moveFail" //游戏棋子移动失败事件名称

Example

"log" //游戏日志事件名称

Example

"over" //游戏结束事件名称

Example

"error" //游戏报错事件名称

Generated using TypeDoc