public KeyManager(SWAHandle handle) { _handle = handle; _file = new FileInfo(Path.Combine( Titan.Instance != null ? Titan.Instance.Directory.ToString() : Environment.CurrentDirectory, "steamapi.key" )); }
public KeyManager(SWAHandle handle) { _handle = handle; }