mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Add consumable type
This commit is contained in:
@@ -2277,6 +2277,10 @@ namespace ArchiSteamFarm {
|
||||
return Steam.Asset.EType.SteamGems;
|
||||
default:
|
||||
|
||||
if (name.EndsWith("Consumable", StringComparison.Ordinal)) {
|
||||
return Steam.Asset.EType.Consumable;
|
||||
}
|
||||
|
||||
if (name.EndsWith("Emoticon", StringComparison.Ordinal)) {
|
||||
return Steam.Asset.EType.Emoticon;
|
||||
}
|
||||
|
||||
@@ -181,7 +181,8 @@ namespace ArchiSteamFarm.Json {
|
||||
ProfileBackground,
|
||||
TradingCard,
|
||||
SteamGems,
|
||||
SaleItem
|
||||
SaleItem,
|
||||
Consumable
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user