예제 #1
0
 public bool Evaluate(ref WooState state)
 {
     return(!(_Arg1.Evaluate(ref state)));
 }
예제 #2
0
 public bool Evaluate(ref WooState state)
 {
     return(_ConditionalExpression.Evaluate(ref state));
 }