zhangjiannan 2025-05-27 15:58:04 +08:00
parent 474fdb90ed
commit 7645401256
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ function StoryMapPanel:InitComponent()
this.skip = Util.GetGameObject(self.gameObject, "bg/btnSkip")
this.btnSkip = Util.GetGameObject(this.skip, "btnGo")
this.btnSkipBtnComp = Util.GetGameObject(this.skip, "btnGo"):GetComponent("Button")
this.btnSkip:SetActive(false)
this.skip:SetActive(false)
this.skip.gameObject:SetActive(true)
this.PlayerGrouops = {}
this.Maps = {}