--------------------------------------------- GET SHIELDS ------------------------------------------------
| 74 | } |
| 75 | //--------------------------------------------- GET SHIELDS ------------------------------------------------ |
| 76 | int UnitImpl::getShields() const |
| 77 | { |
| 78 | return self->shields; |
| 79 | } |
| 80 | //--------------------------------------------- GET ENERGY ------------------------------------------------- |
| 81 | int UnitImpl::getEnergy() const |
| 82 | { |
no outgoing calls