Gogs 6 days ago
parent
commit
10193b0557
1 changed files with 5 additions and 0 deletions
  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,
 }