feat: add EInventoryItemType
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user