Table of Contents

Struct FactionUpdateBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast for updating a single faction value for a character. Contains the faction template ID and the new value.

public struct FactionUpdateBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

NewValue

New value for the faction (e.g., reputation or standing).

public int NewValue

Field Value

int

TemplateID

Template ID of the faction to update.

public int TemplateID

Field Value

int