重写消息
This commit is contained in:
parent
758af0443f
commit
dbcecc8d59
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user