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

+ 5 - 4
bin/client_msg/msg.ts

@@ -27,8 +27,9 @@ export enum MsgID {
     ReqLeaveRoom = 24,
     ReqUserInfo = 25,
     SiteShowResult = 26,
-    ReqInsufficientPoints = 27,
-    ReqReconnect = 28,
-    RoomInfo = 29,
-    RoomSiteRount = 30,
+    JoinRoomFail = 27,
+    ReqInsufficientPoints = 28,
+    ReqReconnect = 29,
+    RoomInfo = 30,
+    RoomSiteRount = 31,
 }