Ejemplo n.º 1
0
        private void EndGame()
        {
            endGameLock = true;

            if (network != null)
            {
                network.Disconnect();
                network = null;
            }
        }