Пример #1
0
 public PlayerCountBots()
 {
     config       = new BotConfig();
     serverBots   = new Dictionary <string, DiscordSocketClient>();
     responseData = new Dictionary <string, SteamServerListResponse>();
 }