예제 #1
0
 protected bool PlanSucceeded(Node currentNode)
 {
     return(m_successCondition.Evaluate(currentNode));
 }