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;
@@ -477,4 +481,6 @@ public static class ValueGroupEditorUtilities{
textColor = Color.white textColor = Color.white
} }
}; };
} }
#endif