mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Misc
This commit is contained in:
@@ -84,10 +84,10 @@ namespace ArchiSteamFarm {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[JsonProperty(PropertyName = "_LoginKey")]
|
[JsonProperty(PropertyName = "_" + nameof(LoginKey))]
|
||||||
private string BackingLoginKey;
|
private string BackingLoginKey;
|
||||||
|
|
||||||
[JsonProperty(PropertyName = "_MobileAuthenticator")]
|
[JsonProperty(PropertyName = "_" + nameof(MobileAuthenticator))]
|
||||||
private MobileAuthenticator BackingMobileAuthenticator;
|
private MobileAuthenticator BackingMobileAuthenticator;
|
||||||
|
|
||||||
private BotDatabase([NotNull] string filePath) {
|
private BotDatabase([NotNull] string filePath) {
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ namespace ArchiSteamFarm {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[JsonProperty(PropertyName = "_CellID", Required = Required.DisallowNull)]
|
[JsonProperty(PropertyName = "_" + nameof(CellID), Required = Required.DisallowNull)]
|
||||||
private uint BackingCellID;
|
private uint BackingCellID;
|
||||||
|
|
||||||
private GlobalDatabase([NotNull] string filePath) : this() {
|
private GlobalDatabase([NotNull] string filePath) : this() {
|
||||||
|
|||||||
Reference in New Issue
Block a user