Ejemplo n.º 1
0
 public void PlaySound(string soundName, int index, Vector3 pos)
 {
     PlaySound(library.GetClipFromName(soundName, index), pos);
 }