|
@@ -14,7 +14,6 @@ namespace UI.Card
|
|
public GLoader m_loaListener;
|
|
public GLoader m_loaListener;
|
|
public GLoader m_loaListener1;
|
|
public GLoader m_loaListener1;
|
|
public UI_ComFosterTop m_ComFosterTop;
|
|
public UI_ComFosterTop m_ComFosterTop;
|
|
- public GGraph m_holderfBgEff;
|
|
|
|
public UI_ComFosterBottom m_ComFosterBottom;
|
|
public UI_ComFosterBottom m_ComFosterBottom;
|
|
public GLoader m_loaGuide;
|
|
public GLoader m_loaGuide;
|
|
public Transition m_t0;
|
|
public Transition m_t0;
|
|
@@ -73,7 +72,6 @@ namespace UI.Card
|
|
m_loaListener = (GLoader)comp.GetChild("loaListener");
|
|
m_loaListener = (GLoader)comp.GetChild("loaListener");
|
|
m_loaListener1 = (GLoader)comp.GetChild("loaListener1");
|
|
m_loaListener1 = (GLoader)comp.GetChild("loaListener1");
|
|
m_ComFosterTop = (UI_ComFosterTop)UI_ComFosterTop.Create(comp.GetChild("ComFosterTop"));
|
|
m_ComFosterTop = (UI_ComFosterTop)UI_ComFosterTop.Create(comp.GetChild("ComFosterTop"));
|
|
- m_holderfBgEff = (GGraph)comp.GetChild("holderfBgEff");
|
|
|
|
m_ComFosterBottom = (UI_ComFosterBottom)UI_ComFosterBottom.Create(comp.GetChild("ComFosterBottom"));
|
|
m_ComFosterBottom = (UI_ComFosterBottom)UI_ComFosterBottom.Create(comp.GetChild("ComFosterBottom"));
|
|
m_loaGuide = (GLoader)comp.GetChild("loaGuide");
|
|
m_loaGuide = (GLoader)comp.GetChild("loaGuide");
|
|
m_t0 = comp.GetTransition("t0");
|
|
m_t0 = comp.GetTransition("t0");
|
|
@@ -91,7 +89,6 @@ namespace UI.Card
|
|
m_loaListener1 = null;
|
|
m_loaListener1 = null;
|
|
m_ComFosterTop.Dispose();
|
|
m_ComFosterTop.Dispose();
|
|
m_ComFosterTop = null;
|
|
m_ComFosterTop = null;
|
|
- m_holderfBgEff = null;
|
|
|
|
m_ComFosterBottom.Dispose();
|
|
m_ComFosterBottom.Dispose();
|
|
m_ComFosterBottom = null;
|
|
m_ComFosterBottom = null;
|
|
m_loaGuide = null;
|
|
m_loaGuide = null;
|