|
@@ -16,6 +16,7 @@ namespace UI.League
|
|
|
public UI_ComSkillUp m_comSkill;
|
|
|
public GGraph m_holderSkill;
|
|
|
public GGraph m_holderScore;
|
|
|
+ public GButton m_btnRule;
|
|
|
public Transition m_t0;
|
|
|
public Transition m_t1;
|
|
|
public const string URL = "ui://tw70qm9dpvb45c";
|
|
@@ -74,6 +75,7 @@ namespace UI.League
|
|
|
m_comSkill = (UI_ComSkillUp)UI_ComSkillUp.Create(comp.GetChild("comSkill"));
|
|
|
m_holderSkill = (GGraph)comp.GetChild("holderSkill");
|
|
|
m_holderScore = (GGraph)comp.GetChild("holderScore");
|
|
|
+ m_btnRule = (GButton)comp.GetChild("btnRule");
|
|
|
m_t0 = comp.GetTransition("t0");
|
|
|
m_t1 = comp.GetTransition("t1");
|
|
|
}
|
|
@@ -89,6 +91,7 @@ namespace UI.League
|
|
|
m_comSkill = null;
|
|
|
m_holderSkill = null;
|
|
|
m_holderScore = null;
|
|
|
+ m_btnRule = null;
|
|
|
m_t0 = null;
|
|
|
m_t1 = null;
|
|
|
if(disposeTarget && target != null)
|