mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-05 00:20:08 +00:00
Add ProfileModifier EType
This commit is contained in:
@@ -200,7 +200,9 @@ namespace ArchiSteamFarm.Json {
|
||||
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
|
||||
Consumable,
|
||||
|
||||
ProfileModifier
|
||||
}
|
||||
}
|
||||
|
||||
@@ -582,6 +584,10 @@ namespace ArchiSteamFarm.Json {
|
||||
case "item_class_7":
|
||||
type = Asset.EType.SteamGems;
|
||||
|
||||
break;
|
||||
case "item_class_8":
|
||||
type = Asset.EType.ProfileModifier;
|
||||
|
||||
break;
|
||||
case "item_class_10":
|
||||
type = Asset.EType.SaleItem;
|
||||
|
||||
Reference in New Issue
Block a user