Gogs 4 月之前
父節點
當前提交
1ea66ab667
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      bin/client_msg/msg.ts

+ 2 - 1
bin/client_msg/msg.ts

@@ -17,5 +17,6 @@ export enum MsgID {
     ReqPlayerAction = 14,
     ResPlayerOptAction = 15,
     ReqRound = 16,
-    ReqPlayerList = 17,
+    ReqBet = 17,
+    ReqPlayerList = 18,
 }