|
@@ -34,7 +34,6 @@ namespace UI.Main
|
|
|
public Transition m_t2;
|
|
|
public Transition m_t3;
|
|
|
public Transition m_t4;
|
|
|
- public Transition m_t16;
|
|
|
public const string URL = "ui://mfvz4q8kq08x0";
|
|
|
public const string PACKAGE_NAME = "Main";
|
|
|
public const string RES_NAME = "MainUI";
|
|
@@ -109,7 +108,6 @@ namespace UI.Main
|
|
|
m_t2 = comp.GetTransition("t2");
|
|
|
m_t3 = comp.GetTransition("t3");
|
|
|
m_t4 = comp.GetTransition("t4");
|
|
|
- m_t16 = comp.GetTransition("t16");
|
|
|
}
|
|
|
public void Dispose(bool disposeTarget = false)
|
|
|
{
|
|
@@ -156,7 +154,6 @@ namespace UI.Main
|
|
|
m_t2 = null;
|
|
|
m_t3 = null;
|
|
|
m_t4 = null;
|
|
|
- m_t16 = null;
|
|
|
if(disposeTarget && target != null)
|
|
|
{
|
|
|
target.RemoveFromParent();
|