【新手战斗】报错修复
parent
79d22b0545
commit
1498cd7661
|
@ -182,15 +182,12 @@ function this.OnRoundChanged(round)
|
|||
--显示波次
|
||||
local curRound, maxRound = BattleLogic.GetCurRound()
|
||||
this.roundText.text = string.format(Language[10211], curRound, maxRound)
|
||||
|
||||
--显示波次
|
||||
GuideBattleLogic:OnRoundChanged(round)
|
||||
end
|
||||
|
||||
-- 回合结束
|
||||
function this.BattleRoundEnd(Round)
|
||||
-- 回调UI层
|
||||
GuideBattleLogic.BattleRoundEnd(Round)
|
||||
GuideBattleLogic:BattleRoundEnd(Round)
|
||||
end
|
||||
|
||||
-- 角色轮转回调
|
||||
|
|
Loading…
Reference in New Issue