Gogs 4 달 전
부모
커밋
c364cfcddd
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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,
 }