fix: changed valuegroupeditors because build wont respect editor folder with asmdef

This commit is contained in:
Chris
2025-10-04 17:05:54 -04:00
parent 878ce97fe7
commit 6c0163090b

View File

@@ -1,4 +1,8 @@
using NodeCanvas.Editor; #if UNITY_EDITOR
using NodeCanvas.Editor;
using ParadoxNotion.Design; using ParadoxNotion.Design;
using Reset.Core; using Reset.Core;
using UnityEditor; using UnityEditor;
@@ -478,3 +482,5 @@ public static class ValueGroupEditorUtilities{
} }
}; };
} }
#endif