Socketed enchant on an owned gear piece (wire EquipEnchantInfo, keyed by item uuid in EquipList.equip_enchant).
public struct GearEnchant : IEquatable<GearEnchant>
| parameter |
description |
| ItemTypeId |
Config id of the enchant item (joins the item table for display). |
| Level |
Enchant level. |
| name |
description |
| GearEnchant(…) |
Socketed enchant on an owned gear piece (wire EquipEnchantInfo, keyed by item uuid in EquipList.equip_enchant). |
| ItemTypeId { get; set; } |
Config id of the enchant item (joins the item table for display). |
| Level { get; set; } |
Enchant level. |