mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-03 03:52:28 +08:00
Fix SubContentWanted for InteractiveDictionary, remove redundant IValueTypes enum/dict
This commit is contained in:
@ -22,8 +22,6 @@ namespace UnityExplorer.Inspectors.Reflection
|
||||
m_baseEntryType = typeof(object);
|
||||
}
|
||||
|
||||
public override IValueTypes IValueType => IValueTypes.Enumerable;
|
||||
|
||||
public override bool WantInspectBtn => false;
|
||||
public override bool HasSubContent => true;
|
||||
public override bool SubContentWanted
|
||||
|
Reference in New Issue
Block a user