| 73 | } |
| 74 | |
| 75 | void TestUnitCommand::SetOriginPoint() { |
| 76 | const GameInfo& game_info = agent_->Observation()->GetGameInfo(); |
| 77 | origin_pt_ = FindCenterOfMap(game_info); |
| 78 | } |
| 79 | |
| 80 | void TestUnitCommand::SetTestTime() { |
| 81 | wait_game_loops_ = 150; |
nothing calls this directly
no test coverage detected