Click or drag to resize

AttackTypeItems Property

Child Swing objects that make up this data. If you *add* to this data call InvalidateCachedValues(). If you make *any* other modifications, call InvalidateCachedValues(true).

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public List<MasterSwing> Items { get; set; }

Property Value

Type: ListMasterSwing
See Also