|
@@ -19,11 +19,11 @@ namespace UI.Main
|
|
|
public GGraph m_starEffect;
|
|
|
public GGraph m_starEffect2;
|
|
|
public GGraph m_starEffect3;
|
|
|
+ public GTextField m_txtCount0;
|
|
|
public GGraph m_holder0;
|
|
|
public GGraph m_holder1;
|
|
|
public GGraph m_holder2;
|
|
|
public GLoader m_numBg;
|
|
|
- public GTextField m_txtCount0;
|
|
|
public GTextField m_txtCount1;
|
|
|
public GTextField m_txtCount2;
|
|
|
public GGroup m_grpResult;
|
|
@@ -92,11 +92,11 @@ namespace UI.Main
|
|
|
m_starEffect = (GGraph)comp.GetChild("starEffect");
|
|
|
m_starEffect2 = (GGraph)comp.GetChild("starEffect2");
|
|
|
m_starEffect3 = (GGraph)comp.GetChild("starEffect3");
|
|
|
+ m_txtCount0 = (GTextField)comp.GetChild("txtCount0");
|
|
|
m_holder0 = (GGraph)comp.GetChild("holder0");
|
|
|
m_holder1 = (GGraph)comp.GetChild("holder1");
|
|
|
m_holder2 = (GGraph)comp.GetChild("holder2");
|
|
|
m_numBg = (GLoader)comp.GetChild("numBg");
|
|
|
- m_txtCount0 = (GTextField)comp.GetChild("txtCount0");
|
|
|
m_txtCount1 = (GTextField)comp.GetChild("txtCount1");
|
|
|
m_txtCount2 = (GTextField)comp.GetChild("txtCount2");
|
|
|
m_grpResult = (GGroup)comp.GetChild("grpResult");
|
|
@@ -121,11 +121,11 @@ namespace UI.Main
|
|
|
m_starEffect = null;
|
|
|
m_starEffect2 = null;
|
|
|
m_starEffect3 = null;
|
|
|
+ m_txtCount0 = null;
|
|
|
m_holder0 = null;
|
|
|
m_holder1 = null;
|
|
|
m_holder2 = null;
|
|
|
m_numBg = null;
|
|
|
- m_txtCount0 = null;
|
|
|
m_txtCount1 = null;
|
|
|
m_txtCount2 = null;
|
|
|
m_grpResult = null;
|