WaveFrogger.Services.AudioService.Terminate C# (CSharp) Method

Terminate() protected method

Terminates this instance.
protected Terminate ( ) : void
return void
        protected override void Terminate()
        {
            this.sounds = null;
            this.musicPlayer.Stop();
            this.soundPlayer.StopAllSounds();
        }