Table of Contents

Struct GatheringNodeBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Server → Client broadcast when gathering starts. Used for progress bar display.

public struct GatheringNodeBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

GatherTimeSeconds

Time in seconds the gathering action takes.

public float GatherTimeSeconds

Field Value

float

InteractableID

ID of the gathering node interactable.

public long InteractableID

Field Value

long

TemplateID

Template ID of the gathering node.

public int TemplateID

Field Value

int