Beispiel #1
0
 public InverterNode(string name, ITreeNode child, BehaviorTree BehaviorTree) : base(name, child, BehaviorTree)
 {
 }
Beispiel #2
0
 public InverterNode(string name, BehaviorTree BehaviorTree) : base(name, BehaviorTree)
 {
 }