Beispiel #1
0
 public bool SupportsHousehold(Lot lot)
 {
     return(((lot.Household == null) && !lot.IsCommunityLot) && lot.CanSupportPopulation(this.mNumMembers));
 }