コード例 #1
0
ファイル: Operator.cs プロジェクト: foamliu/NPlanner
 private bool ValidateCond(Unifier u)
 {
     return(m_cond.Evaluate(u));
 }