[Missing <summary> documentation for "P:XmlDefs.HeldItem.MinHands"]

Namespace: XmlDefs
Assembly: XmlDefs (in XmlDefs.dll) Version: 0.5.0.0

Syntax

C#
[HelpAttribute("The minimum number of hands this can be held in.  If MaxHands is 1, this must be 1.  If MaxHands is 2, this can be 1 or 2.")]
public int MinHands { get; set; }

See Also