cull(engine-cleanup): pass-8 phase-2 cascade round 7 after MyPageItemBattle stub
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -64,6 +64,4 @@ public class DeckSelectUI : MonoBehaviour
|
||||
Obj.SetActive(value: true);
|
||||
}
|
||||
}
|
||||
|
||||
private static readonly Vector3 VIEW_PAGE_POSITION = Vector3.zero;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user