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,
 }