Sharpcraft.Sharpcraft.UnloadContent C# (CSharp) Method

UnloadContent() protected method

UnloadContent will be called once per game and is the place to unload all content.
protected UnloadContent ( ) : void
return void
        protected override void UnloadContent()
        {
            _log.Info("!!! GAME UNLOAD !!!");
            _log.Debug("UnloadContent();");
            SteamManager.Close();

            _log.Debug("UnloadContent(); ## END ##");
        }