Gogs 4 mesi fa
parent
commit
a4105c1674
2 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 5 0
      bin/client_msg/common.proto
  2. 1 0
      bin/client_msg/msg.ts

+ 5 - 0
bin/client_msg/common.proto

@@ -41,6 +41,11 @@ message ReqJoinRoom {
   ReqRoom roomInfo = 5;
 }
 
+//下一回合
+message NextRound {
+  optional ReqJoinRoom Info = 1;
+}
+
 //玩法列表
 message PlayList {
   string userId = 1;

+ 1 - 0
bin/client_msg/msg.ts

@@ -23,4 +23,5 @@ export enum MsgID {
     ReqRoomTipsMessage = 20,
     ReqHeartBeat = 21,
     ResHeartBeat = 22,
+    NextRound = 23,
 }