【逍遥游】逍遥游玩法幻魔事件结算会显示之前的金币特效
parent
37375a41f8
commit
2bc7c4e72c
|
@ -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
|
||||
|
||||
--界面销毁时调用(用于子类重写)
|
||||
|
|
Loading…
Reference in New Issue