Example #1
0
 public static void PlaySound(string name)
 {
     inGameSounds.PlaySound(name);
 }