no message

This commit is contained in:
sk 2024-09-25 13:43:29 +08:00
parent d269955408
commit 1d81754702
1 changed files with 0 additions and 3 deletions

View File

@ -60,9 +60,6 @@ type Scene struct {
gameCtx map[int32]*PlayerGameCtx // 进入房间的环境,没有机器人数据 SnId
BaseScore int32 // 游戏底分,优先级,创建参数>本地配置>场次配置
SceneState int32 // 房间当前状态
State int32 // 当前游戏状态后期放到ScenePolicy里去处理
StateTs int64 // 切换到当前状态的时间
StateSec int32 // 押注状态的秒数
Channel []string // 客户端类型
*serverproto.CustomParam // 房卡场参数
*serverproto.MatchParam // 比赛场参数