示例#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);
 }