feat: add attack input

This commit is contained in:
Bragin Stepan
2026-02-22 16:34:02 +05:00
parent 809958ec35
commit 366a388036
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ namespace _Project.Develop.Runtime.Utils.InputManagement
{
InputState<Vector2> Move { get; }
InputState<Vector2> Look { get; }
InputState<float> Attack { get; }
InputState<float> Jump { get; }
InputState<float> Sprint { get; }
InputState<float> Interact { get; }