示例#1
0
 private bool FoodCountPermitsFoodCreation()
 {
     return(_foodManager.GetFoodCount() < MaxFoodCount);
 }