容错修改
parent
13d88c62ac
commit
70b4ebdf83
|
@ -447,7 +447,9 @@ function this.StopAction()
|
|||
for k,v in pairs(this.playerViews) do
|
||||
v:StopAction()
|
||||
end
|
||||
this.moneyEffect.gameObject:SetActive(false)
|
||||
if this.moneyEffect then
|
||||
this.moneyEffect.gameObject:SetActive(false)
|
||||
end
|
||||
if this.threads then
|
||||
for k,v in pairs(this.threads) do
|
||||
coroutine.stop(v)
|
||||
|
|
Loading…
Reference in New Issue