* Returns the amount of damage this UFO has taken. * @return Amount of damage. */
| 274 | * @return Amount of damage. |
| 275 | */ |
| 276 | int Ufo::getDamage() const |
| 277 | { |
| 278 | return _damage; |
| 279 | } |
| 280 | |
| 281 | /** |
| 282 | * Changes the amount of damage this UFO has taken. |
no outgoing calls
no test coverage detected