Table of Contents

Enum MerchantTabType

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Specifies the types of tabs available in a merchant's UI, representing different categories of goods or services.

public enum MerchantTabType : byte

Fields

Ability = 1

Tab for abilities that can be purchased or learned from the merchant.

AbilityEvent = 2

Tab for ability events, such as triggers or special actions related to abilities.

Item = 3

Tab for items that can be bought or sold.

None = 0

No tab selected or no category available.