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

This commit is contained in:
gamer147
2026-07-03 21:55:58 -04:00
parent b404ff40c0
commit 200b865728
3 changed files with 2 additions and 41 deletions

View File

@@ -178,11 +178,6 @@ public abstract class UITweener : MonoBehaviour
}
}
public void SetOnFinished(EventDelegate.Callback del)
{
EventDelegate.Set(onFinished, del);
}
public void SetOnFinished(EventDelegate del)
{
EventDelegate.Set(onFinished, del);