View Project on GitHub
Initilization of a new skindetail object.
Namespace: GW2CSharp.V2.Unauthenticated.Items.SkinsAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic SkinDetail(
string type,
string weight_class,
string damage_type
)
Parameters
- type
- Type: SystemString
Skin type. - weight_class
- Type: SystemString
The armor weight. - damage_type
- Type: SystemString
The damage type.
See Also