This commit is contained in:
JustArchi
2018-06-13 01:37:18 +02:00
parent 60c517fd05
commit e2d052440a

View File

@@ -115,6 +115,7 @@ namespace ArchiSteamFarm {
[JsonProperty(Required = Required.DisallowNull)]
internal readonly bool UseLoginKeys = true;
[JsonProperty(Required = Required.DisallowNull)]
internal EPersonaState OnlineStatus { get; private set; } = EPersonaState.Online;
[JsonProperty]