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