diff --git a/Editor/EditorAddons/Drawers/Gizmo/GizmoElementBehaviour.cs b/Editor/EditorAddons/Drawers/Gizmo/GizmoElementBehaviour.cs new file mode 100644 index 0000000..255645c --- /dev/null +++ b/Editor/EditorAddons/Drawers/Gizmo/GizmoElementBehaviour.cs @@ -0,0 +1,25 @@ +using Better.Commons.EditorAddons.Drawers.BehavioredElements; +using Better.Commons.Runtime.Extensions; +using UnityEngine.UIElements; + +namespace Better.Attributes.EditorAddons.Drawers.Gizmo +{ + public class GizmoElementBehaviour : DefaultElementBehaviour