xiugai
parent
606ecfe6b2
commit
f6a3178926
File diff suppressed because it is too large
Load Diff
|
@ -192,8 +192,8 @@ function RoleInfoPanel:InitComponent()
|
|||
|
||||
this.talentBtn=Util.GetGameObject(self.transform,"talentBtn")
|
||||
this.talentProgress=Util.GetGameObject(self.transform,"talentBtn/progress"):GetComponent("Text")
|
||||
this.talentTipStr=Util.GetGameObject(self.transform,"rolePanel/layout/roleUpStarLayout/tipStr"):GetComponent("Text")
|
||||
this.talentTipStrGo=Util.GetGameObject(self.transform,"rolePanel/layout/roleUpStarLayout/tipStr")
|
||||
this.talentTipStr=Util.GetGameObject(self.transform,"talentBtn/tipStr"):GetComponent("Text")
|
||||
this.talentTipStrGo=Util.GetGameObject(self.transform,"talentBtn/tipStr")
|
||||
end
|
||||
local oldLv = 0
|
||||
--绑定事件(用于子类重写)
|
||||
|
|
Loading…
Reference in New Issue