Gogs 3 달 전
부모
커밋
05390b2c6f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      bin/client_msg/msg.ts

+ 2 - 0
bin/client_msg/msg.ts

@@ -24,4 +24,6 @@ export enum MsgID {
     ReqHeartBeat = 21,
     ResHeartBeat = 22,
     NextRound = 23,
+    ResRoomID = 24,
+    ResLeaveRoom = 25,
 }