public void StopAllMusic() { BackGround.Stop(); GameOver.Stop(); BossFightBG.Stop(); EndingBG.Stop(); }
public void RunEndingMusic() { StopAllMusic(); EndingBG.Open(new System.Uri(GetSoundFromDirectory() + @"\Undertale OST 049 - It's Showtime!.mp3")); EndingBG.Play(); }