* Returns the amount of engineers currently in the base. * @return Number of engineers. */
| 346 | * @return Number of engineers. |
| 347 | */ |
| 348 | int Base::getEngineers() const |
| 349 | { |
| 350 | return _engineers; |
| 351 | } |
| 352 | |
| 353 | /** |
| 354 | * Changes the amount of engineers currently in the base. |
no outgoing calls
no test coverage detected