Add previously-removed type

This commit is contained in:
JustArchi
2019-02-02 22:56:51 +01:00
parent 5ca35d0db4
commit 3c7d4716a6

View File

@@ -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
}
}