Table of Contents

Enum ConsumableType

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Specifies the types of consumable items available in the game, used for categorization and logic.

public enum ConsumableType : byte

Fields

Food = 1

A food item, typically used for restoring hunger or providing temporary effects.

Mount = 2

A mount item, used to summon or activate a mount.

Potion = 0

A potion item, typically used for healing or buffs.

Scroll = 3

A scroll item, typically used for casting spells or triggering special effects.