public GameClient() { InputHandler = new InputHandler(this); GameMode = null; bitsPerSecondTimer = new Stopwatch(); bitsPerSecondTimer.Restart(); bitsPerSecondList = new List<uint>(); lobby = new Lobby(this); bitsToAdd = 0; }