* Returns the amount of scientists currently in the base. * @return Number of scientists. */
| 328 | * @return Number of scientists. |
| 329 | */ |
| 330 | int Base::getScientists() const |
| 331 | { |
| 332 | return _scientists; |
| 333 | } |
| 334 | |
| 335 | /** |
| 336 | * Changes the amount of scientists currently in the base. |
no outgoing calls
no test coverage detected