7 lines
204 B
C#
7 lines
204 B
C#
using BriarQueen.Framework.Events.System;
|
|
using UnityEngine.InputSystem;
|
|
|
|
namespace BriarQueen.Framework.Events.Input
|
|
{
|
|
public record OnRightClickEvent(InputAction.CallbackContext Context) : IEvent;
|
|
} |