* Gets the unit's armor type. * @return The unit's armor type. */
| 136 | * @return The unit's armor type. |
| 137 | */ |
| 138 | std::string Unit::getArmor() const |
| 139 | { |
| 140 | return _armor; |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * Gets the alien's race. |
no outgoing calls
no test coverage detected