Enum InventoryType
Specifies the types of inventories available to a character, used for item management and slot operations.
public enum InventoryType : byte
Fields
The bank inventory for storing items in a bank or safe location.
The equipment inventory for storing equipped items (e.g., armor, weapons).
The main inventory for storing general items.