feat: add EInventoryItemType

This commit is contained in:
2026-06-18 16:56:47 -03:00
parent 9ce386582d
commit d5fda4be69
+23
View File
@@ -8,6 +8,29 @@ public enum EItemAvailability : byte
Retired
}
public enum EInventoryItemType : byte
{
None = 0,
Item,
ItemAddOn,
CamperPerk,
Power,
PowerAddOn,
SlasherPerk,
Favor,
Customization,
IridescentShardsPack,
AuricCellsPack,
BloodpointsPack,
FreeTicket,
Skill,
CharacterClass,
Chest,
SuperChest,
EntityBox,
Count
}
public enum ECustomizationCategory : byte
{
None,