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

This commit is contained in:
gamer147
2026-07-03 21:56:59 -04:00
parent 200b865728
commit 57312b64be
2 changed files with 0 additions and 14 deletions

View File

@@ -538,18 +538,6 @@ public class EventDelegate
return false;
}
public static EventDelegate Set(List<EventDelegate> list, Callback callback)
{
if (list != null)
{
EventDelegate eventDelegate = new EventDelegate(callback);
list.Clear();
list.Add(eventDelegate);
return eventDelegate;
}
return null;
}
public static void Set(List<EventDelegate> list, EventDelegate del)
{
if (list != null)

View File

@@ -64,6 +64,4 @@ public class DeckSelectUI : MonoBehaviour
Obj.SetActive(value: true);
}
}
private static readonly Vector3 VIEW_PAGE_POSITION = Vector3.zero;
}