@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
@ -31,7 +31,7 @@ namespace DepotDownloader
LoginTokens = new Dictionary<string, string>();
}
static bool Loaded
public static bool Loaded
{
get { return Instance != null; }