Table of Contents

Struct MerchantBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast for interacting with a merchant object. Contains the interactable object's ID and the merchant's template ID.

public struct MerchantBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

InteractableID

ID of the merchant object.

public long InteractableID

Field Value

long

TemplateID

Template ID of the merchant.

public int TemplateID

Field Value

int