Exemple #1
0
 private void PlaySound(SoundController.audio_id soundIndex)
 {
     SoundController.Instance.PlaySound(soundIndex, false);
 }
Exemple #2
0
 private void StopSound(SoundController.audio_id soundIndex)
 {
     SoundController.Instance.StopSound(soundIndex);
 }