Example #1
0
 void OnSprint(Vector3 sprint)
 {
     //incorporates sprint speed
     _motor.Sprint(sprint * _sprintSpeed);
 }