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

dev_chengFeng
gaoxin 2020-11-02 21:22:38 +08:00
parent 8e9b7b49e7
commit 8b9276f6a2
1 changed files with 2 additions and 0 deletions

View File

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