Exemplo n.º 1
0
 public bool IsHeadquartersAvailable()
 {
     return(headquarters.GetResources() <= warehouse.GetSignificance() &&
            headquarters.GetProvisions() <= farm.GetSignificance() - provisions &&
            headquarters.IsNotMax());
 }