|
@@ -20,6 +20,7 @@ namespace UI.League
|
|
public UI_comTeaPartyItem m_teaPartyItem5;
|
|
public UI_comTeaPartyItem m_teaPartyItem5;
|
|
public UI_comTeaPartyItem m_teaPartyItem6;
|
|
public UI_comTeaPartyItem m_teaPartyItem6;
|
|
public UI_TeaPartyItemTips m_teaPartyItemTips;
|
|
public UI_TeaPartyItemTips m_teaPartyItemTips;
|
|
|
|
+ public GButton m_btnRule;
|
|
public const string URL = "ui://tw70qm9dchwotpk";
|
|
public const string URL = "ui://tw70qm9dchwotpk";
|
|
public const string PACKAGE_NAME = "League";
|
|
public const string PACKAGE_NAME = "League";
|
|
public const string RES_NAME = "LeagueTeaPartyUI";
|
|
public const string RES_NAME = "LeagueTeaPartyUI";
|
|
@@ -80,6 +81,7 @@ namespace UI.League
|
|
m_teaPartyItem5 = (UI_comTeaPartyItem)UI_comTeaPartyItem.Create(comp.GetChild("teaPartyItem5"));
|
|
m_teaPartyItem5 = (UI_comTeaPartyItem)UI_comTeaPartyItem.Create(comp.GetChild("teaPartyItem5"));
|
|
m_teaPartyItem6 = (UI_comTeaPartyItem)UI_comTeaPartyItem.Create(comp.GetChild("teaPartyItem6"));
|
|
m_teaPartyItem6 = (UI_comTeaPartyItem)UI_comTeaPartyItem.Create(comp.GetChild("teaPartyItem6"));
|
|
m_teaPartyItemTips = (UI_TeaPartyItemTips)UI_TeaPartyItemTips.Create(comp.GetChild("teaPartyItemTips"));
|
|
m_teaPartyItemTips = (UI_TeaPartyItemTips)UI_TeaPartyItemTips.Create(comp.GetChild("teaPartyItemTips"));
|
|
|
|
+ m_btnRule = (GButton)comp.GetChild("btnRule");
|
|
}
|
|
}
|
|
public void Dispose(bool disposeTarget = false)
|
|
public void Dispose(bool disposeTarget = false)
|
|
{
|
|
{
|
|
@@ -103,6 +105,7 @@ namespace UI.League
|
|
m_teaPartyItem6 = null;
|
|
m_teaPartyItem6 = null;
|
|
m_teaPartyItemTips.Dispose();
|
|
m_teaPartyItemTips.Dispose();
|
|
m_teaPartyItemTips = null;
|
|
m_teaPartyItemTips = null;
|
|
|
|
+ m_btnRule = null;
|
|
if(disposeTarget && target != null)
|
|
if(disposeTarget && target != null)
|
|
{
|
|
{
|
|
target.RemoveFromParent();
|
|
target.RemoveFromParent();
|