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