Gogs 4 miesięcy temu
rodzic
commit
1ea66ab667
1 zmienionych plików z 2 dodań i 1 usunięć
  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,
 }