cull(engine-cleanup): pass-8 phase-2 cascade round 3 after MyPageItemBattle stub

This commit is contained in:
gamer147
2026-07-03 21:53:04 -04:00
parent 22ef593593
commit d1f56e6dda
14 changed files with 0 additions and 319 deletions

View File

@@ -81,19 +81,4 @@ public class MyPageItem : MonoBehaviour
}
}
}
protected void RemoveITween(GameObject obj)
{
iTween component = obj.GetComponent<iTween>();
if (component != null)
{
UnityEngine.Object.Destroy(component);
}
}
protected static void FadeOutObject(UITweenAlpha tweenAlpha, Action onFinish = null)
{
tweenAlpha.End();
FadeUtility.FadeOutObject(tweenAlpha, onFinish);
}
}