Prepare for SteamOwnerID

This commit is contained in:
JustArchi
2016-03-18 03:52:36 +01:00
parent b03bfb6bbc
commit 053ebe15bb
2 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ namespace ArchiSteamFarm {
[JsonProperty(Required = Required.DisallowNull)]
internal EUpdateChannel UpdateChannel { get; private set; } = EUpdateChannel.Stable;
[JsonProperty(Required = Required.DisallowNull)]
internal ulong SteamOwnerID { get; private set; } = 0;
[JsonProperty(Required = Required.DisallowNull)]
internal byte MaxFarmingTime { get; private set; } = 10;