Esempio n. 1
0
 /// <summary>
 /// Starts playing the given sound effect. The method
 /// returns when the sound has finished playing.
 /// </summary>
 /// <param name="effectName">name of the file in Sounds/SoundEffects to play</param>
 public static void PlaySoundEffect(string effectName)
 {
     manager.PlaySoundEffect(effectName);
 }