Property ItemId
- Namespace
- GuildWars2.Hero.Equipment.Dyes
- Assembly
- GW2SDK.dll
ItemId
The ID of the dye item which unlocks this dye color, or null
if the dye is unlocked by default.
public required int? ItemId { get; init; }
Property Value
- int?
The ID of the dye item which unlocks this dye color, or null
if the dye is unlocked by default.
public required int? ItemId { get; init; }