diff --git a/Editor/PropertyDrawer/SerializableFuncBasePropertyDrawer.cs b/Editor/PropertyDrawer/SerializableFuncBasePropertyDrawer.cs index 24c951f..0262a47 100644 --- a/Editor/PropertyDrawer/SerializableFuncBasePropertyDrawer.cs +++ b/Editor/PropertyDrawer/SerializableFuncBasePropertyDrawer.cs @@ -12,7 +12,7 @@ using UnityEngine; using UnityEngine.UIElements; using Utilities.Extensions.SystemExtensions; using Utilities.Extensions.UIToolkit; -using UnityUtilities.SerializableDataHelpers +using UnityUtilities.SerializableDataHelpers; using Object = UnityEngine.Object; namespace UnityUtilities.SerializableDataHelpers.UnityEditorUtilities