示例#1
0
        public override void Exit()
        {
            // Stop the game loop
            INTERNAL_window.INTERNAL_StopLoop();

            // End the network subsystem
            Net.NetworkSession.Exit();

            // Close SDL2_mixer if needed
            Media.Song.closeMixer();
        }