Module ability_tree

Module ability_tree 

Source

Modules§

ability
card_layout
colors
conditional
cost
event
imperative
number
object
player
statement
terminals
time
type_line
zone

Structs§

AbilityTree
One or more abilities.

Enums§

NodeKind
This enum lists all the possible nodes of the ability tree.

Constants§

MAX_CHILDREN_PER_NODE
Maximum number of children a single node can have.
MAX_NODE_DATA_SIZE
Maximim size for the node data.

Traits§

AbilityTreeNode
Trait to reunite all the types of the ability trees to a single “node” type.