【特效】修复获取不到特效节点的问题

dev_chengFeng
JieLing 2020-10-20 01:10:42 +08:00
parent 3625da459f
commit d514b3e0f8
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ function this:InitComponent()
this.helpBtn = Util.GetGameObject(self.gameObject, "helpBtn")
this.helpPosition=this.helpBtn:GetComponent("RectTransform").localPosition
this.oneSaiZiEffect=Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Dan")
this.twoSaiZiEffect=Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Shuang")
this.oneSaiZiEffect = Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Dan")
this.twoSaiZiEffect = Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Shuang")
end