|
@@ -10,7 +10,6 @@ namespace UI.Main
|
|
|
public UI_Component2 m_comBar;
|
|
|
public GTextField m_txtMineScore;
|
|
|
public GTextField m_txtNpcScore;
|
|
|
- public GTextField m_txtCount;
|
|
|
public const string URL = "ui://mfvz4q8kv3k9c7";
|
|
|
public const string PACKAGE_NAME = "Main";
|
|
|
public const string RES_NAME = "ProgressBarTargetScore";
|
|
@@ -61,7 +60,6 @@ namespace UI.Main
|
|
|
m_comBar = (UI_Component2)UI_Component2.Create(comp.GetChild("comBar"));
|
|
|
m_txtMineScore = (GTextField)comp.GetChild("txtMineScore");
|
|
|
m_txtNpcScore = (GTextField)comp.GetChild("txtNpcScore");
|
|
|
- m_txtCount = (GTextField)comp.GetChild("txtCount");
|
|
|
}
|
|
|
public void Dispose(bool disposeTarget = false)
|
|
|
{
|
|
@@ -69,7 +67,6 @@ namespace UI.Main
|
|
|
m_comBar = null;
|
|
|
m_txtMineScore = null;
|
|
|
m_txtNpcScore = null;
|
|
|
- m_txtCount = null;
|
|
|
if(disposeTarget && target != null)
|
|
|
{
|
|
|
target.RemoveFromParent();
|