예제 #1
0
 public void ApplyRules(OutputNode node)
 {
     Rules.Top.ApplyOutputs(node, node.ParentChain() ?? new BehaviorChain(), this);
 }
예제 #2
0
 public void ApplyRules(OutputNode node)
 {
     Rules.Top.ApplyOutputs(node, node.ParentChain() ?? new BehaviorChain(), this);
 }