First commit for private source control. Older commits available on Github.
This commit is contained in:
7
Assets/Scripts/Framework/Events/Input/OnClickEvent.cs
Normal file
7
Assets/Scripts/Framework/Events/Input/OnClickEvent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using BriarQueen.Framework.Events.System;
|
||||
using UnityEngine.InputSystem;
|
||||
|
||||
namespace BriarQueen.Framework.Events.Input
|
||||
{
|
||||
public record OnClickEvent(InputAction.CallbackContext Context) : IEvent;
|
||||
}
|
||||
Reference in New Issue
Block a user