Exemplo n.º 1
0
 public void PlayFootStep()
 {
     audioPlayer.clip = sfxManager.GetRandomFootStep();
     audioPlayer.Play();
 }