예제 #1
0
 public ActionConstraint AndThen(ActionConstraint constraint)
 {
     m_AndThen.Add(constraint);
     Description += " and\n";
     Description += constraint.Description;
     return(this);
 }
예제 #2
0
 public ActionConstraint AndThen(ActionConstraint constraint)
 {
     m_AndThen.Add(constraint);
     return(this);
 }