This commit is contained in:
JustArchi
2017-07-23 01:34:02 +02:00
parent a216eb48af
commit 65c2b81d0a
3 changed files with 25 additions and 16 deletions

View File

@@ -41,6 +41,11 @@ namespace ArchiSteamFarm {
internal readonly bool AcceptGifts;
#pragma warning restore 649
#pragma warning disable 649
[JsonProperty(Required = Required.DisallowNull)]
internal readonly bool AutoDiscoveryQueue;
#pragma warning restore 649
[JsonProperty(Required = Required.DisallowNull)]
internal readonly bool CardDropsRestricted = true;