【新手战斗】报错修复

liujiaqi 2021-11-19 17:20:28 +08:00
parent 79d22b0545
commit 1498cd7661
1 changed files with 1 additions and 4 deletions

View File

@ -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
-- 角色轮转回调