Added Dictionary<string, string> GetAllData();
Added string GetData(string k);
Added string LobbyType { get; private set; }
To LobbyList.Lobby
With this you can list extra lobby parameters when displaying the Lobby List, such as current played map or game mode.
Merge pull request #111 from your1987/lobbylistdata
Added Lobby data getters for LobbyList.Lobby (plus extra LobbyType)