【御剑行】提交

dev_chengFeng
ZhangBiao 2021-10-15 15:09:59 +08:00
parent a162e6aa64
commit 08ea8c3be8
1 changed files with 4 additions and 1 deletions

View File

@ -54,9 +54,12 @@ function this.UpdataServerPanelData(msg,func)
this.InWaiting = false
end
this.nextTimeCount = msg.time/1000--下一场倒计时
LogYellow("当前state:"..tostring(msg.state).." 下一阶段倒计时:"..TimeToMS(this.nextTimeCount- GetTimeStamp() ))
Log("当前state:"..tostring(msg.state).." 下一阶段倒计时:"..TimeToMS(this.nextTimeCount- GetTimeStamp() ).." 模板玩家数:"..tostring(#msg.modelInfo))
this.modelList = {}
this.modelList = msg.modelInfo--玩家模板信息
for i = 1, #this.modelList do
Log("玩家姓名:"..tostring(this.modelList[i].name).." 性别:"..tostring(this.modelList[i].sex))
end
this.activityTimeCount = ActivityGiftManager.GetActivityTypeInfo(ActivityTypeDef.YuJianXing).endTime
this.curResultId = {}
this.curResultId = msg.rankId