瀏覽代碼

下一回合

Gogs 4 月之前
父節點
當前提交
a4105c1674
共有 2 個文件被更改,包括 6 次插入0 次删除
  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,
 }