Downloads steam app id with anonymous. Deleted Depotdownloader asset.

pull/534/head
alvarengasv 3 years ago
parent feffb5d791
commit 3d35f1b5d8

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
@ -9,7 +9,7 @@ using ProtoBuf;
namespace DepotDownloader namespace DepotDownloader
{ {
[ProtoContract] [ProtoContract]
class AccountSettingsStore public class AccountSettingsStore
{ {
[ProtoMember(1, IsRequired = false)] [ProtoMember(1, IsRequired = false)]
public Dictionary<string, byte[]> SentryData { get; private set; } public Dictionary<string, byte[]> SentryData { get; private set; }

@ -16,7 +16,7 @@ namespace DepotDownloader
public ContentDownloaderException(String value) : base(value) { } public ContentDownloaderException(String value) : base(value) { }
} }
static class ContentDownloader public static class ContentDownloader
{ {
public const uint INVALID_APP_ID = uint.MaxValue; public const uint INVALID_APP_ID = uint.MaxValue;
public const uint INVALID_DEPOT_ID = uint.MaxValue; public const uint INVALID_DEPOT_ID = uint.MaxValue;

@ -1,9 +1,9 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace DepotDownloader namespace DepotDownloader
{ {
class DownloadConfig public class DownloadConfig
{ {
public int CellID { get; set; } public int CellID { get; set; }
public bool DownloadAllPlatforms { get; set; } public bool DownloadAllPlatforms { get; set; }

Loading…
Cancel
Save