WardrobeWeaponSkin record
A worn weapon skin: the class (professionId) it is set for and the skin id (0 = the class’s default weapon look). Weapon skins are per class in the game and live outside the outfit’s FashionRegion map.
public record WardrobeWeaponSkinPublic Members
Section titled “Public Members”| name | description |
|---|---|
| WardrobeWeaponSkin(…) | A worn weapon skin: the class (professionId) it is set for and the skin id (0 = the class’s default weapon look). Weapon skins are per class in the game and live outside the outfit’s FashionRegion map. |
| ProfessionId { get; set; } | The class the skin is set for. |
| SkinId { get; set; } | The weapon-skin id; 0 = default look. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services