--------------------------------------------- GET REMAINING UPGRADE TIME ---------------------------------
| 266 | } |
| 267 | //--------------------------------------------- GET REMAINING UPGRADE TIME --------------------------------- |
| 268 | int UnitImpl::getRemainingUpgradeTime() const |
| 269 | { |
| 270 | return self->remainingUpgradeTime; |
| 271 | } |
| 272 | //--------------------------------------------- GET BUILD UNIT --------------------------------------------- |
| 273 | Unit UnitImpl::getBuildUnit() const |
| 274 | { |