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