Table of Contents

Enum InventoryType

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Specifies the types of inventories available to a character, used for item management and slot operations.

public enum InventoryType : byte

Fields

Bank = 2

The bank inventory for storing items in a bank or safe location.

Equipment = 1

The equipment inventory for storing equipped items (e.g., armor, weapons).

Inventory = 0

The main inventory for storing general items.