* Returns the language string that names * this alien race. Each race has a unique name. * @return Race name. */
| 50 | * @return Race name. |
| 51 | */ |
| 52 | std::string AlienRace::getId() const |
| 53 | { |
| 54 | return _id; |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Gets a certain member of this alien race family. |
no outgoing calls
no test coverage detected