From 3c7d4716a61f315e0598e5ec970fea8a956526a1 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 2 Feb 2019 22:56:51 +0100 Subject: [PATCH] Add previously-removed type --- ArchiSteamFarm/Json/Steam.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Json/Steam.cs b/ArchiSteamFarm/Json/Steam.cs index 56caf260b..a727deda5 100644 --- a/ArchiSteamFarm/Json/Steam.cs +++ b/ArchiSteamFarm/Json/Steam.cs @@ -197,7 +197,10 @@ namespace ArchiSteamFarm.Json { ProfileBackground, TradingCard, SteamGems, - SaleItem + SaleItem, + + // ReSharper disable once UnusedMember.Global - TODO: This type exists, but we don't know what item class it has, maybe we can fill it when consumables return in one of the future sales + Consumable } }