Table of Contents

Struct AchievementUpdateBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast for updating a single achievement for a character. Contains the achievement template ID, value, and tier.

public struct AchievementUpdateBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

TemplateID

Template ID of the achievement to update.

public int TemplateID

Field Value

int

Tier

Current tier or level of the achievement.

public byte Tier

Field Value

byte

Value

Current value or progress for the achievement.

public uint Value

Field Value

uint