| 2254 | return unitSpaceRequired[this->getID()]; |
| 2255 | } |
| 2256 | int UnitType::spaceProvided() const |
| 2257 | { |
| 2258 | return unitSpaceProvided[this->getID()]; |
| 2259 | } |
| 2260 | int UnitType::buildScore() const |
| 2261 | { |
| 2262 | return unitBuildScore[this->getID()]; |
no test coverage detected