mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-13 15:10:36 +00:00
Misc
This commit is contained in:
@@ -84,10 +84,10 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
}
|
||||
|
||||
[JsonProperty(PropertyName = "_LoginKey")]
|
||||
[JsonProperty(PropertyName = "_" + nameof(LoginKey))]
|
||||
private string BackingLoginKey;
|
||||
|
||||
[JsonProperty(PropertyName = "_MobileAuthenticator")]
|
||||
[JsonProperty(PropertyName = "_" + nameof(MobileAuthenticator))]
|
||||
private MobileAuthenticator BackingMobileAuthenticator;
|
||||
|
||||
private BotDatabase([NotNull] string filePath) {
|
||||
|
||||
Reference in New Issue
Block a user