【修行】特效问题提交
parent
7befa27a1d
commit
9f586818c2
|
@ -292,6 +292,9 @@ function Practice:RefreshBtn()
|
|||
end
|
||||
|
||||
function Practice:OnClose()
|
||||
for i = 1, #self.effectUpgradeList do
|
||||
self.effectUpgradeList[i]:SetActive(false)
|
||||
end
|
||||
end
|
||||
|
||||
function Practice:OnDestroy()
|
||||
|
|
Loading…
Reference in New Issue