using BriarQueen.Framework.Events.System; using UnityEngine.InputSystem; namespace BriarQueen.Framework.Events.Input { public record OnRightClickEvent(InputAction.CallbackContext Context) : IEvent; }