From 5d21cd3452753abe017530912a03aab3a8171bf0 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 30 Dec 2016 13:10:09 +0100 Subject: [PATCH] Misc --- ConfigGenerator/BotConfig.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ConfigGenerator/BotConfig.cs b/ConfigGenerator/BotConfig.cs index 2cc29d617..62c7e50eb 100644 --- a/ConfigGenerator/BotConfig.cs +++ b/ConfigGenerator/BotConfig.cs @@ -78,6 +78,7 @@ namespace ConfigGenerator { [JsonProperty(Required = Required.DisallowNull)] public bool IsBotAccount { get; set; } = false; + [Category("\tAdvanced")] [JsonProperty(ObjectCreationHandling = ObjectCreationHandling.Replace, Required = Required.DisallowNull)] public List LootableTypes { get; set; } = new List { Steam.Item.EType.BoosterPack, Steam.Item.EType.FoilTradingCard, Steam.Item.EType.TradingCard };