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.8.5.288
Syntax
C#
public AttackType(
	string theAttackType,
	DamageTypeData Parent
)

Parameters

theAttackType  String
The attack string label
Parent  DamageTypeData
The parent container object
See Also