Beispiel #1
0
 public int GetCurrentIncome()
 {
     return(OwnedBuildings.Sum(x => x.Income));
 }