mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-10 05:34:25 +00:00
Bunch of fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user