Made changes in the
-
City
(create and implementCollectAnnualCosts
,UpdateMoney
methods and addmoney
parameter to the constructor) -
GameTable
(create and implementGet_TotalCost
getter method) - All the
GameField
classes (add cost parameter to the constructors and apply these changes in theCreateField
method).