Ejemplo n.º 1
0
 public InverterNode(string name, ITreeNode child, BehaviorTree BehaviorTree) : base(name, child, BehaviorTree)
 {
 }
Ejemplo n.º 2
0
 public InverterNode(string name, BehaviorTree BehaviorTree) : base(name, BehaviorTree)
 {
 }