Esempio n. 1
0
 public void ThrowOver()
 {
     isClimbing = true;
     AnimatorRunner.Run(animator, Constants.AnimationTuples.throwOverAnimation);
     stepManager.Notify();
 }