--------------------------------------------- GET REMAINING RESEARCH TIME --------------------------------
| 261 | } |
| 262 | //--------------------------------------------- GET REMAINING RESEARCH TIME -------------------------------- |
| 263 | int UnitImpl::getRemainingResearchTime() const |
| 264 | { |
| 265 | return self->remainingResearchTime; |
| 266 | } |
| 267 | //--------------------------------------------- GET REMAINING UPGRADE TIME --------------------------------- |
| 268 | int UnitImpl::getRemainingUpgradeTime() const |
| 269 | { |