【战斗】战斗开始时清除轮转方法,(伏虎罗汉无限攻击的bug)

dev_chengFeng
gaoxin 2021-04-15 19:05:01 +08:00
parent 2974d71d13
commit 8eb6c30d95
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ this.MaxSkillCount = 20 -- 单个回合内最多释放20次技能
-- 初始化
function this.Init()
this.CurSkillCount = 0
-- 清除轮转方法,防止收到上一局战斗的影响
this.TurnRoundFunc = nil
this.Clear()
end