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