feat: add EInventoryItemType
This commit is contained in:
@@ -8,6 +8,29 @@ public enum EItemAvailability : byte
|
|||||||
Retired
|
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
|
public enum ECustomizationCategory : byte
|
||||||
{
|
{
|
||||||
None,
|
None,
|
||||||
|
|||||||
Reference in New Issue
Block a user