Property Rewards
- Namespace
- GuildWars2.Hero.Achievements
- Assembly
- GW2SDK.dll
Rewards
Describes the rewards for completing this achievement. The list type is abstact, the derived types are CoinsReward, ItemReward, MasteryPointReward or TitleReward.
public required IReadOnlyList<AchievementReward>? Rewards { get; init; }