* Returns the amount of engineers contained * in the base without any assignments. * @return Number of engineers. */
| 499 | * @return Number of engineers. |
| 500 | */ |
| 501 | int Base::getAvailableEngineers() const |
| 502 | { |
| 503 | return getEngineers(); |
| 504 | } |
| 505 | |
| 506 | /** |
| 507 | * Returns the total amount of engineers contained |
no outgoing calls
no test coverage detected