cull(engine-cleanup): pass-9 cascade round 1 after UILabel stub
This commit is contained in:
@@ -358,7 +358,6 @@ public void Play(int hash, int layer, float normalizedTime) { }
|
||||
public class RequireComponent : Attribute { public RequireComponent(Type a) { } public RequireComponent(Type a, Type b) { } public RequireComponent(Type a, Type b, Type c) { } }
|
||||
public class HeaderAttribute : Attribute { public HeaderAttribute(string h) { } }
|
||||
public class RangeAttribute : Attribute { public RangeAttribute(float min, float max) { } }
|
||||
public class MultilineAttribute : Attribute { public MultilineAttribute() { } public MultilineAttribute(int lines) { } }
|
||||
|
||||
// ---- subsystem singletons / statics ----
|
||||
public static partial class Application
|
||||
|
||||
Reference in New Issue
Block a user