mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-17 08:37:49 +08:00
Finished argument inputs for Method/Props, some UI cleanups and fixes
This commit is contained in:
@ -6,9 +6,6 @@ namespace UnityExplorer.Inspectors.Reflection
|
||||
{
|
||||
public override string TabLabel => $" <color=cyan>[S]</color> {base.TabLabel}";
|
||||
|
||||
public StaticInspector(Type type) : base(type)
|
||||
{
|
||||
// needed?
|
||||
}
|
||||
public StaticInspector(Type type) : base(type) { }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user