【战斗】修复上一场残留数据会出现在下一场的问题

gaoxin 2020-11-02 21:22:38 +08:00
parent b476e5634e
commit 6b906fd304
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@ function this.Clear()
skillPool:Put(skill) skillPool:Put(skill)
end end
this.MonsterSkillList = {}
this.DeadSkillList = {}
this.SkillList = {} this.SkillList = {}
this.IsSkilling = false this.IsSkilling = false
end end