重写消息
This commit is contained in:
parent
758af0443f
commit
dbcecc8d59
@ -86,7 +86,8 @@ message ColorRoomWaitStart
|
|||||||
// 开始房间显示信息
|
// 开始房间显示信息
|
||||||
message ColorRoomStart
|
message ColorRoomStart
|
||||||
{
|
{
|
||||||
NotifyColorTrend Trends = 1; // 路途显示
|
NotifyColorGameStart start = 1;
|
||||||
|
NotifyColorTrend Trends = 2; // 路途显示
|
||||||
}
|
}
|
||||||
|
|
||||||
// 下注显示信息
|
// 下注显示信息
|
||||||
@ -134,6 +135,7 @@ message NotifyColorRoomInfo
|
|||||||
message NotifyColorGameStart
|
message NotifyColorGameStart
|
||||||
{
|
{
|
||||||
int64 endTime = 1; // 倒计时3秒后游戏开始,endTime = statusTime+3秒
|
int64 endTime = 1; // 倒计时3秒后游戏开始,endTime = statusTime+3秒
|
||||||
|
int64 jackpot = 2; // jackpot池
|
||||||
}
|
}
|
||||||
|
|
||||||
message NotifyColorBetting
|
message NotifyColorBetting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user