Exemplo n.º 1
0
 /// <summary>
 /// Play sound effect, adds 3d sound effect depending on the position.
 /// </summary>
 /// <param name="soundType">Sound type</param>
 public static void PlaySoundEffect(EffectSoundType soundType)
 {
     Sound.Play(soundType.ToString());
 }