| 592 | } |
| 593 | |
| 594 | void AdditionalTestSetup() override { |
| 595 | agent_->Debug()->DebugCreateUnit(target_unit_type_, GetPointOffsetX(origin_pt_, 10), agent_->Observation()->GetPlayerID(), 1); |
| 596 | agent_->Debug()->SendDebug(); |
| 597 | } |
| 598 | |
| 599 | void OnStep() override { |
| 600 | const ObservationInterface* obs = agent_->Observation(); |
nothing calls this directly
no test coverage detected