Gogs 4 tháng trước cách đây
mục cha
commit
c364cfcddd
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      bin/client_msg/msg.ts

+ 8 - 0
bin/client_msg/msg.ts

@@ -11,4 +11,12 @@ export enum MsgID {
     Shop = 8,
     ReqGameInfo = 9,
     ResGameInfo = 10,
+    TeenPattiRoomList = 11,
+    TeenPattiRoom = 12,
+    ReqDealCard = 13,
+    ReqPlayerAction = 14,
+    ResPlayerOptAction = 15,
+    PlayerOpt = 16,
+    ReqRound = 17,
+    MsgError = 18,
 }