Gogs hai 4 meses
pai
achega
c364cfcddd
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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,
 }