using System;
using UnityEngine.Events;
using UnityEngine.InputSystem;
namespace UnityAtoms.InputSystem
{
///
/// None generic Unity Event of type `InputAction.CallbackContext`. Inherits from `UnityEvent<InputAction.CallbackContext>`.
///
[Serializable]
public sealed class InputAction_CallbackContextUnityEvent : UnityEvent { }
}