Bunch of fixes

This commit is contained in:
JustArchi
2020-03-06 11:30:53 +01:00
parent 12b940d1df
commit 9fd22c43dd
4 changed files with 39 additions and 15 deletions

View File

@@ -151,7 +151,12 @@ namespace ArchiSteamFarm {
public ulong SteamMasterClanID { get; private set; } = DefaultSteamMasterClanID;
[JsonExtensionData]
internal Dictionary<string, JToken> AdditionalProperties { get; set; }
internal Dictionary<string, JToken> AdditionalProperties {
get;
[UsedImplicitly]
set;
}
internal string DecryptedSteamPassword {
get {