【逍遥游】逍遥游玩法幻魔事件结算会显示之前的金币特效

dev_chengFeng
zhangqiang 2021-02-23 16:52:17 +08:00
parent 37375a41f8
commit 2bc7c4e72c
1 changed files with 5 additions and 0 deletions

View File

@ -657,6 +657,11 @@ function this:OnClose()
this.timer:Stop()
this.timer = nil
end
for i = 1, #allEffect do
if allEffect[i] then
allEffect[i].gameObject:SetActive(false)
end
end
end
--界面销毁时调用(用于子类重写)