| 16 | } |
| 17 | } |
| 18 | void ExistenceTest::onUnitCreate(Unit unit) |
| 19 | { |
| 20 | Broodwar << "Unit " << unit->getID() << " [" << unit->getType() << "] has been created" << std::endl; |
| 21 | } |
| 22 | void ExistenceTest::onUnitDestroy(Unit unit) |
| 23 | { |
| 24 | Broodwar << "Unit " << unit->getID() << " [" << unit->getType() << "] has been destroyed" << std::endl; |