This commit is contained in:
JustArchi
2020-10-21 18:49:49 +02:00
parent 25e549b7e2
commit 4b00be7f66
3 changed files with 2 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ namespace ArchiSteamFarm {
private const string SteamCommunityHost = "steamcommunity.com";
private const string SteamHelpHost = "help.steampowered.com";
private const string SteamStoreHost = "store.steampowered.com";
private static readonly ConcurrentDictionary<uint, byte> CachedCardCountsForGame = new ConcurrentDictionary<uint, byte>();
[PublicAPI]