public void PlayFootStep()
 {
     audioPlayer.clip = sfxManager.GetRandomFootStep();
     audioPlayer.Play();
 }