--------------------------------------------- GET GROUND WEAPON COOLDOWN ---------------------------------
| 161 | } |
| 162 | //--------------------------------------------- GET GROUND WEAPON COOLDOWN --------------------------------- |
| 163 | int UnitImpl::getGroundWeaponCooldown() const |
| 164 | { |
| 165 | return self->groundWeaponCooldown; |
| 166 | } |
| 167 | //--------------------------------------------- GET AIR WEAPON COOLDOWN ------------------------------------ |
| 168 | int UnitImpl::getAirWeaponCooldown() const |
| 169 | { |