* Returns the total amount of all the maintenance * monthly costs in the base. * @return Maintenance costs. */
| 950 | * @return Maintenance costs. |
| 951 | */ |
| 952 | int Base::getMonthlyMaintenace() const |
| 953 | { |
| 954 | return getCraftMaintenance() + getPersonnelMaintenance() + getFacilityMaintenance(); |
| 955 | } |
| 956 | |
| 957 | /** |
| 958 | * Returns the list of all base's ResearchProject |
no outgoing calls
no test coverage detected