Click or drag to resize
DefendDamagePointsAttribute Constructor
Initializes a new instance of the DefendDamagePointsAttribute class

Namespace: Terrarium.Sdk.Classes.Creature.Attributes
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public DefendDamagePointsAttribute(
	int defensePoints
)

Parameters

defensePoints
Type: SystemInt32
Specify the number of points (from 1 to 100) to apply to this attribute.
See Also