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