Gogs 4 tháng trước cách đây
mục cha
commit
1ea66ab667
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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,
 }