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