Exemple #1
0
 public int CollectIncome()
 {
     return(buildingType.CalculateIncome(this));
 }