示例#1
0
 /// <summary>
 /// Tests whether the requirements are met for this doable.
 /// </summary>
 /// <returns></returns>
 public bool TestRequirements()
 {
     return(Forest.TestRequirements(Requirements));
 }