mirror of
https://github.com/tiennm99/caro.git
synced 2026-09-12 02:19:41 +00:00
新增服务器事件编码
This commit is contained in:
@@ -30,7 +30,9 @@ public enum ServerEventCode implements Serializable{
|
||||
|
||||
CODE_GAME_POKER_PLAY_PASS("不出"),
|
||||
|
||||
CODE_GAME_WATCH("观战");
|
||||
CODE_GAME_WATCH("观战"),
|
||||
|
||||
CODE_GAME_WATCH_EXIT("退出观战");
|
||||
|
||||
private String msg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user