Click or drag to resize

AttackType Constructor

Data object holding swings of a specific type of attack

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public AttackType(
	string theAttackType,
	DamageTypeData Parent
)

Parameters

theAttackType
Type: SystemString
The attack string label
Parent
Type: Advanced_Combat_TrackerDamageTypeData
The parent container object
See Also