Exemplo n.º 1
0
 private void playSFX(string musicName)
 {
     sfxSource.PlayOneShot(audioLibrary.GetSFXClips(musicName));
 }