Exemplo n.º 1
0
        public static void ShutdownSteam3()
        {
            if (cdnPool != null)
            {
                cdnPool.Shutdown();
                cdnPool = null;
            }

            if (steam3 == null)
            {
                return;
            }

            steam3.TryWaitForLoginKey();
            steam3.Disconnect();
        }