From dbcecc8d59b0d92307792f3c6ee6f8508714e670 Mon Sep 17 00:00:00 2001 From: liuxiaobo <1224730913@qq.com> Date: Sun, 8 Jun 2025 22:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=86=99=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/pb/colorgame.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/pb/colorgame.proto b/common/pb/colorgame.proto index 868a18f..561ea55 100644 --- a/common/pb/colorgame.proto +++ b/common/pb/colorgame.proto @@ -86,7 +86,8 @@ message ColorRoomWaitStart // 开始房间显示信息 message ColorRoomStart { - NotifyColorTrend Trends = 1; // 路途显示 + NotifyColorGameStart start = 1; + NotifyColorTrend Trends = 2; // 路途显示 } // 下注显示信息 @@ -134,6 +135,7 @@ message NotifyColorRoomInfo message NotifyColorGameStart { int64 endTime = 1; // 倒计时3秒后游戏开始,endTime = statusTime+3秒 + int64 jackpot = 2; // jackpot池 } message NotifyColorBetting