Example #1
0
 public void Right(Vector3 forward)
 {
     if (!IsAnimating)
     {
         Strafe(stepManager.Right(stance, forward));
     }
 }