* Returns the amount of remaining seconds the UFO has left on the ground. * After this many seconds thet UFO will take off, if landed, or disappear, if * crashed. * @return Amount of seconds. */
| 324 | * @return Amount of seconds. |
| 325 | */ |
| 326 | size_t Ufo::getSecondsRemaining() const |
| 327 | { |
| 328 | return _secondsRemaining; |
| 329 | } |
| 330 | |
| 331 | /** |
| 332 | * Changes the amount of remaining seconds the UFO has left on the ground. |
no outgoing calls
no test coverage detected