This commit is contained in:
2026-05-30 10:26:17 +07:00
parent 1c0ee6efb7
commit eb0b5343a9
249 changed files with 17209 additions and 2097 deletions

View File

@@ -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();
}