Exemplo n.º 1
0
 public void PlaySoundEffect(SoundCue cue)
 {
     AudioManager.PlayEffectSafe(cue);
 }
Exemplo n.º 2
0
 public void PlaySoundEffect(SoundEffect effect)
 {
     AudioManager.PlayEffectSafe(effect);
 }