Gogs 3 tháng trước cách đây
mục cha
commit
05390b2c6f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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,
 }