Exemplo n.º 1
0
 /// <summary>
 /// Pauses all sounds currently playing.
 /// </summary>
 public void PauseAllSounds()
 {
     FreeSL.fslSoundPauseAllSounds();
 }