Exemplo n.º 1
0
        public GameClient()
        {
            InputHandler = new InputHandler(this);
            GameMode = null;
            bitsPerSecondTimer = new Stopwatch();
            bitsPerSecondTimer.Restart();
            bitsPerSecondList = new List<uint>();

            lobby = new Lobby(this);

            bitsToAdd = 0;
        }