Example #1
0
 public void PlaySound(string soundName, Vector3 pos)
 {
     PlaySound(library.GetSoundFromName(soundName), pos);
 }