Gogs 3 mesi fa
parent
commit
05390b2c6f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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,
 }