parent
5223d8f865
commit
cbc49ace13
|
@ -36,11 +36,10 @@ function StoryMapPanel:InitComponent()
|
|||
|
||||
this.GoOn = Util.GetGameObject(self.gameObject,"bg/btnGoOn")
|
||||
this.btnGoOn = Util.GetGameObject(this.GoOn ,"Click")
|
||||
this.GoOn.gameObject:SetActive(false)
|
||||
|
||||
this.skip = Util.GetGameObject(self.gameObject,"bg/btnSkip")
|
||||
this.btnSkip = Util.GetGameObject(this.skip,"btnGo")
|
||||
|
||||
this.skip.gameObject:SetActive(false)
|
||||
this.PlayerGrouops = {}
|
||||
this.Maps = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue