Table of Contents

Struct QuestUpdateBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Server to Client broadcast for updating a single quest's state and objective progress.

public struct QuestUpdateBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

ObjectiveValues

Per-objective progress values in template order.

public long[] ObjectiveValues

Field Value

long[]

Status

Current lifecycle status of the quest.

public QuestStatus Status

Field Value

QuestStatus

TemplateID

CachedScriptableObject ID of the QuestTemplate.

public int TemplateID

Field Value

int