Gogs 1 ماه پیش
والد
کامیت
3872e68c69
2فایلهای تغییر یافته به همراه10 افزوده شده و 5 حذف شده
  1. 6 0
      bin/client_msg/common.proto
  2. 4 5
      bin/client_msg/msg.ts

+ 6 - 0
bin/client_msg/common.proto

@@ -167,6 +167,12 @@ message ReqPlayerAction {
   ResBet resBet = 3;
   int32 timeout = 4; // 添加剩余时间字段
 }
+message ResPlayerLoadGameOver {
+  string userId = 1;
+}
+message ResPlayerLoadRoomOver {
+  string userId = 1;
+}
 
 // 接到玩家操作
 message ResPlayerOptAction {

+ 4 - 5
bin/client_msg/msg.ts

@@ -27,9 +27,8 @@ export enum MsgID {
     ReqLeaveRoom = 24,
     ReqUserInfo = 25,
     SiteShowResult = 26,
-    JoinRoomFail = 27,
-    ReqInsufficientPoints = 28,
-    ReqReconnect = 29,
-    RoomInfo = 30,
-    RoomSiteRount = 31,
+    ReqInsufficientPoints = 27,
+    JoinRoomFail = 28,
+    RoomInfo = 29,
+    RoomSiteRount = 30,
 }