#if UNITY_2019_1_OR_NEWER using UnityEditor; using UnityAtoms.Editor; namespace UnityAtoms.InputSystem.Editor { /// /// Event property drawer of type `InputAction.CallbackContext`. Inherits from `AtomDrawer<InputAction_CallbackContextEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`. /// [CustomPropertyDrawer(typeof(InputAction_CallbackContextEvent))] public class InputAction_CallbackContextEventDrawer : AtomDrawer { } } #endif