* Changes the amount of scientists currently in the base. * @param scientists Number of scientists. */
| 337 | * @param scientists Number of scientists. |
| 338 | */ |
| 339 | void Base::setScientists(int scientists) |
| 340 | { |
| 341 | _scientists = scientists; |
| 342 | } |
| 343 | |
| 344 | /** |
| 345 | * Returns the amount of engineers currently in the base. |
no outgoing calls
no test coverage detected