First commit for private source control. Older commits available on Github.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using BriarQueen.Framework.Events.System;
|
||||
using BriarQueen.Framework.Managers.Interaction.Data;
|
||||
|
||||
namespace BriarQueen.Framework.Events.Input
|
||||
{
|
||||
public record HoverInteractableChangedEvent(IInteractable Interactable) : IEvent;
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 79c4ab5f2e5d94222b53ccd1be70ef62
|
||||
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;
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c98806c8fba3342a6933df43ae70d00b
|
||||
@@ -0,0 +1,7 @@
|
||||
using BriarQueen.Framework.Events.System;
|
||||
using UnityEngine.InputSystem;
|
||||
|
||||
namespace BriarQueen.Framework.Events.Input
|
||||
{
|
||||
public record OnRightClickEvent(InputAction.CallbackContext Context) : IEvent;
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 644d5788a3d51426eb7d034671028341
|
||||
Reference in New Issue
Block a user