Gogs před 4 měsíci
rodič
revize
1ea66ab667
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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,
 }