| 86 | return RaceInternal::refineryTypes[this->getID()]; |
| 87 | } |
| 88 | UnitType Race::getTransport() const |
| 89 | { |
| 90 | return RaceInternal::transportTypes[this->getID()]; |
| 91 | } |
| 92 | UnitType Race::getSupplyProvider() const |
| 93 | { |
| 94 | return RaceInternal::supplyTypes[this->getID()]; |
no test coverage detected