Esempio n. 1
0
 public void Up()
 {
     Debug.Log("Up");
     _movement.InputV = 1.0f;
     _movement.InputH = 0.0f;
     _movement.AnimateWalk();
 }