Update
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Invector.vItemManager
|
||||
public vItemDrawer(vItem item)
|
||||
{
|
||||
this.item = item;
|
||||
defaultEditor = (vItemEditor)Editor.CreateEditor(this.item, typeof(vItemEditor));
|
||||
defaultEditor = (vItemEditor)UnityEditor.Editor.CreateEditor(this.item, typeof(vItemEditor));
|
||||
FindDrawers();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user