mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Misc
This commit is contained in:
@@ -138,6 +138,9 @@ namespace ArchiSteamFarm {
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
internal readonly bool UseLoginKeys = DefaultUseLoginKeys;
|
||||
|
||||
[JsonProperty(PropertyName = nameof(SteamPassword))]
|
||||
internal string EncryptedSteamPassword { get; private set; } = DefaultEncryptedSteamPassword;
|
||||
|
||||
internal bool ShouldSerializeEverything { private get; set; } = true;
|
||||
|
||||
[JsonProperty]
|
||||
@@ -167,9 +170,6 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
}
|
||||
|
||||
[JsonProperty(PropertyName = nameof(SteamPassword))]
|
||||
private string EncryptedSteamPassword = DefaultEncryptedSteamPassword;
|
||||
|
||||
private bool ShouldSerializeSensitiveDetails = true;
|
||||
|
||||
[JsonProperty(PropertyName = SharedInfo.UlongCompatibilityStringPrefix + nameof(SteamMasterClanID), Required = Required.DisallowNull)]
|
||||
|
||||
Reference in New Issue
Block a user