Exemple #1
0
 public void Back(Vector3 forward)
 {
     if (!IsAnimating)
     {
         Stride(stepManager.Back(stance, forward));
     }
 }