Struct AchievementUpdateBroadcast
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
Tier
Current tier or level of the achievement.
public byte Tier
Field Value
Value
Current value or progress for the achievement.
public uint Value