--------------------------------------------- GET UPGRADE ------------------------------------------------
| 246 | } |
| 247 | //--------------------------------------------- GET UPGRADE ------------------------------------------------ |
| 248 | UpgradeType UnitImpl::getUpgrade() const |
| 249 | { |
| 250 | return UpgradeType(self->upgrade); |
| 251 | } |
| 252 | //--------------------------------------------- GET REMAINING BUILD TIME ----------------------------------- |
| 253 | int UnitImpl::getRemainingBuildTime() const |
| 254 | { |