Add Paused bot config property, closes #344

This commit is contained in:
JustArchi
2016-10-01 21:09:24 +02:00
parent ab0bbcf924
commit 96dc3246b8
4 changed files with 12 additions and 0 deletions

View File

@@ -50,6 +50,9 @@ namespace ArchiSteamFarm {
[JsonProperty(Required = Required.DisallowNull)]
internal readonly bool Enabled = false;
[JsonProperty(Required = Required.DisallowNull)]
internal readonly bool Paused = false;
[JsonProperty(Required = Required.DisallowNull)]
internal readonly bool StartOnLaunch = true;