--------------------------------------------- GET HATCHERY -----------------------------------------------
| 353 | } |
| 354 | //--------------------------------------------- GET HATCHERY ----------------------------------------------- |
| 355 | Unit UnitImpl::getHatchery() const |
| 356 | { |
| 357 | return Broodwar->getUnit(self->hatchery); |
| 358 | } |
| 359 | //--------------------------------------------- GET LARVA -------------------------------------------------- |
| 360 | Unitset UnitImpl::getLarva() const |
| 361 | { |
no test coverage detected