Esempio n. 1
0
 public void SetMusicLooped(bool loop)
 {
     Game.Settings.Sound.Repeat = loop;
     soundEngine.SetSoundLooping(loop, music);
 }