Table of Contents

Struct AbilityCraftBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast for crafting an ability using an interactable object. Contains the interactable object's ID, template ID, and a list of event IDs.

public struct AbilityCraftBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

Events

List of event IDs associated with the crafting process.

public int[] Events

Field Value

int[]

InteractableID

ID of the interactable object used for crafting.

public long InteractableID

Field Value

long

TemplateID

Template ID of the ability to craft.

public int TemplateID

Field Value

int