* Gets the unit that is spawned when this one dies. * @return The unit's spawn unit. */
| 217 | * @return The unit's spawn unit. |
| 218 | */ |
| 219 | std::string Unit::getSpawnUnit() const |
| 220 | { |
| 221 | return _spawnUnit; |
| 222 | } |
| 223 | |
| 224 | /** |
| 225 | * Gets the unit's war cry. |
no outgoing calls
no test coverage detected