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