* Gets the next stage of the mission. * @return The next stage of the mission. */
| 152 | * @return The next stage of the mission. |
| 153 | */ |
| 154 | std::string AlienDeployment::getNextStage() const |
| 155 | { |
| 156 | return _nextStage; |
| 157 | } |
| 158 | |
| 159 | } |
no outgoing calls
no test coverage detected