Gogs 6 өдөр өмнө
parent
commit
10193b0557

+ 5 - 0
bin/client_msg/msg.ts

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