public void Left(Vector3 forward) { if (!IsAnimating) { Strafe(stepManager.Left(stance, forward)); } }