Gogs 3 months ago
parent
commit
05390b2c6f
1 changed files with 2 additions and 0 deletions
  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,
 }