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.8.2.285
Syntax
C#
public List<MasterSwing> Items { get; set; }

Property Value

Type: ListMasterSwing
See Also