using UnityEngine.InputSystem; namespace UnityAtoms.InputSystem { /// /// Action of type `InputAction.CallbackContext`. Inherits from `AtomAction<InputAction.CallbackContext>`. /// [EditorIcon("atom-icon-purple")] public abstract class InputAction_CallbackContextAction : AtomAction { } }