Example #1
0
 protected Criteria(ICriteria criteria)
 {
     _difficulty = criteria.GetDifficulty();
     Board       = criteria.Verify();
 }