Exemplo n.º 1
0
 public override void RemoveChild(BehaviorNode behaviorNode)
 {
     children.Remove(behaviorNode);
 }
Exemplo n.º 2
0
 public override void RemoveChild(BehaviorNode behaviorNode = null)
 {
     child = null;
 }
Exemplo n.º 3
0
 public override void AddChild(BehaviorNode behaviorNode)
 {
     children.Add(behaviorNode);
 }