add o3n
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user