--------------------------------------------- GET VELOCITY Y ---------------------------------------------
| 64 | } |
| 65 | //--------------------------------------------- GET VELOCITY Y --------------------------------------------- |
| 66 | double UnitImpl::getVelocityY() const |
| 67 | { |
| 68 | return self->velocityY; |
| 69 | } |
| 70 | //--------------------------------------------- GET HIT POINTS --------------------------------------------- |
| 71 | int UnitImpl::getHitPoints() const |
| 72 | { |