This commit is contained in:
2025-01-08 00:15:45 +02:00
parent 090ffeb17d
commit c003b22bbd
2737 changed files with 2801754 additions and 5601 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ public class InputSystem
private InputActions _inputActions;
public PlayerActions PlayerAction { get; private set; }
public CameraActions CameraAction { get; private set; }
public UIActions UIAction { get; private set; }
public InputSystem()
{
@@ -13,6 +13,7 @@ public class InputSystem
PlayerAction = _inputActions.Player;
CameraAction = _inputActions.Camera;
UIAction = _inputActions.UI;
}
public void Enable()