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