|
@@ -10,7 +10,7 @@ namespace UI.Studio
|
|
|
public GLoader m_bg;
|
|
|
public GTextField m_txtScore;
|
|
|
public GList m_list;
|
|
|
- public GButton m_btnGet;
|
|
|
+ public GComponent m_btnGet;
|
|
|
public GButton m_btnBack;
|
|
|
public GGraph m_LeftTopEffect;
|
|
|
public GGraph m_RightDownEffect;
|
|
@@ -64,7 +64,7 @@ namespace UI.Studio
|
|
|
m_bg = (GLoader)comp.GetChild("bg");
|
|
|
m_txtScore = (GTextField)comp.GetChild("txtScore");
|
|
|
m_list = (GList)comp.GetChild("list");
|
|
|
- m_btnGet = (GButton)comp.GetChild("btnGet");
|
|
|
+ m_btnGet = (GComponent)comp.GetChild("btnGet");
|
|
|
m_btnBack = (GButton)comp.GetChild("btnBack");
|
|
|
m_LeftTopEffect = (GGraph)comp.GetChild("LeftTopEffect");
|
|
|
m_RightDownEffect = (GGraph)comp.GetChild("RightDownEffect");
|