First commit for private source control. Older commits available on Github.

This commit is contained in:
2026-03-26 12:52:52 +00:00
parent a04c602626
commit 2d449c4a17
2176 changed files with 408185 additions and 0 deletions

View File

@@ -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;
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 79c4ab5f2e5d94222b53ccd1be70ef62

View 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;
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: c98806c8fba3342a6933df43ae70d00b

View File

@@ -0,0 +1,7 @@
using BriarQueen.Framework.Events.System;
using UnityEngine.InputSystem;
namespace BriarQueen.Framework.Events.Input
{
public record OnRightClickEvent(InputAction.CallbackContext Context) : IEvent;
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 644d5788a3d51426eb7d034671028341