Exemplo n.º 1
0
 private void PlaySound(SoundController.audio_id soundIndex)
 {
     SoundController.Instance.PlaySound(soundIndex, false);
 }
Exemplo n.º 2
0
 private void StopSound(SoundController.audio_id soundIndex)
 {
     SoundController.Instance.StopSound(soundIndex);
 }