This commit is contained in:
JustArchi
2016-02-12 16:07:59 +01:00
parent 7ef8b224eb
commit 8ba497855b

View File

@@ -40,8 +40,8 @@ namespace ArchiSteamFarm {
private readonly SemaphoreSlim Semaphore = new SemaphoreSlim(1);
private readonly Bot Bot;
private readonly Timer Timer;
internal readonly Timer Timer;
internal readonly ConcurrentDictionary<uint, float> GamesToFarm = new ConcurrentDictionary<uint, float>();
internal readonly List<uint> CurrentGamesFarming = new List<uint>();