/**** Gunner controls ****/ public void OnAim(InputValue axis) { //Debug.Log("Aim: " + axis.Get()); Gunner.Aim((Vector2)axis.Get()); }