| 293 | return defaultTimeCostFactor[this->getID()]; |
| 294 | } |
| 295 | UnitType UpgradeType::whatUpgrades() const |
| 296 | { |
| 297 | return upgradeInternalWhat::whatUpgrades[this->getID()]; |
| 298 | } |
| 299 | const UnitType::set& UpgradeType::whatUses() const |
| 300 | { |
| 301 | return upgradeInternalUsage::upgradeWhatUses[this->getID()]; |