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