Gogs 6 日 前
コミット
10193b0557
1 ファイル変更5 行追加0 行削除
  1. 5 0
      bin/client_msg/msg.ts

+ 5 - 0
bin/client_msg/msg.ts

@@ -25,4 +25,9 @@ export enum MsgID {
     ReqShop = 22,
     ResShop = 23,
     BuyShopItem = 24,
+    HistoryRecord = 25,
+    ReqLudoHistory = 26,
+    ResLudoHistory = 27,
+    ReqLudoRoomInfo = 28,
+    ResLudoRoomInfo = 29,
 }