#if UNITY_2019_1_OR_NEWER using UnityEditor; using UnityEngine.UIElements; using UnityAtoms.Editor; using UnityEngine; namespace UnityAtoms.BaseAtoms.Editor { /// /// Event property drawer of type `Collider2D`. Inherits from `AtomEventEditor<Collider2D, Collider2DEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`. /// [CustomEditor(typeof(Collider2DEvent))] public sealed class Collider2DEventEditor : AtomEventEditor { } } #endif