Work on GlobalConfig, #131

This commit is contained in:
JustArchi
2016-03-06 23:28:56 +01:00
parent 238cc2ad46
commit 292ec97b1c
10 changed files with 138 additions and 29 deletions

View File

@@ -30,8 +30,6 @@ using System.Xml;
namespace ArchiSteamFarm {
internal sealed class BotConfig {
internal static readonly HashSet<uint> GlobalBlacklist = new HashSet<uint> { 303700, 335590, 368020, 425280 };
[JsonProperty(Required = Required.DisallowNull)]
internal bool Enabled { get; private set; } = false;