WaveFrogger.Services.AudioService.Terminate C# (CSharp) 메소드

Terminate() 보호된 메소드

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