|
@@ -36,6 +36,9 @@ namespace UI.RoleInfo
|
|
|
public GTextInput m_SetLeagueNumType;
|
|
|
public GTextInput m_SetNum;
|
|
|
public GButton m_btnTeaPartyStart;
|
|
|
+ public GButton m_btnShareTest1;
|
|
|
+ public GButton m_btnShareTest2;
|
|
|
+ public GButton m_btnShareTest3;
|
|
|
public const string URL = "ui://374k3dwvlqp0dm";
|
|
|
public const string PACKAGE_NAME = "RoleInfo";
|
|
|
public const string RES_NAME = "ComBtn";
|
|
@@ -112,6 +115,9 @@ namespace UI.RoleInfo
|
|
|
m_SetLeagueNumType = (GTextInput)comp.GetChild("SetLeagueNumType");
|
|
|
m_SetNum = (GTextInput)comp.GetChild("SetNum");
|
|
|
m_btnTeaPartyStart = (GButton)comp.GetChild("btnTeaPartyStart");
|
|
|
+ m_btnShareTest1 = (GButton)comp.GetChild("btnShareTest1");
|
|
|
+ m_btnShareTest2 = (GButton)comp.GetChild("btnShareTest2");
|
|
|
+ m_btnShareTest3 = (GButton)comp.GetChild("btnShareTest3");
|
|
|
}
|
|
|
public void Dispose(bool disposeTarget = false)
|
|
|
{
|
|
@@ -144,6 +150,9 @@ namespace UI.RoleInfo
|
|
|
m_SetLeagueNumType = null;
|
|
|
m_SetNum = null;
|
|
|
m_btnTeaPartyStart = null;
|
|
|
+ m_btnShareTest1 = null;
|
|
|
+ m_btnShareTest2 = null;
|
|
|
+ m_btnShareTest3 = null;
|
|
|
if(disposeTarget && target != null)
|
|
|
{
|
|
|
target.RemoveFromParent();
|