cull(engine-cleanup): pass-8 phase-2 cascade round 1 after MyPageItemHome stub
This commit is contained in:
@@ -39,9 +39,7 @@ public partial class UIManager
|
||||
ClassSkinPurchasePage,
|
||||
Profile,
|
||||
Mission,
|
||||
Mail,
|
||||
BattlePass,
|
||||
Guild,
|
||||
LoginBonus,
|
||||
LotteryPage,
|
||||
BeginnerMission,
|
||||
|
||||
@@ -59,7 +59,6 @@ namespace UnityEngine
|
||||
public static T Instantiate<T>(T original, Vector3 pos, Quaternion rot) where T : Object => original;
|
||||
public static T Instantiate<T>(T original, Vector3 pos, Quaternion rot, Transform parent) where T : Object => original;
|
||||
public static Object Instantiate(Object original) => original;
|
||||
public static T[] FindObjectsOfType<T>() where T : Object => new T[0];
|
||||
public static Object FindObjectOfType(System.Type t) => null;
|
||||
public static Object[] FindObjectsOfType(System.Type t) => new Object[0];
|
||||
public static bool operator ==(Object a, Object b) => ReferenceEquals(a, b);
|
||||
|
||||
Reference in New Issue
Block a user