Esempio n. 1
0
 public void PlaySound(string soundName, Vector3 pos)
 {
     this.PlaySound(audioLib.GetAudioClipByName(soundName), pos);
 }