pathNodes property

List<AttackPathNode>? pathNodes
getter/setter pair

A list of nodes that exist in this attack path.

Implementation

core.List<AttackPathNode>? pathNodes;