| 5 | |
| 6 | |
| 7 | void ExampleTournamentAI::onStart() |
| 8 | { |
| 9 | // Set the command optimization level (reduces high APM, size of bloated replays, etc) |
| 10 | Broodwar->setCommandOptimizationLevel(MINIMUM_COMMAND_OPTIMIZATION); |
| 11 | } |
| 12 | |
| 13 | int maxAPM; |
| 14 | void ExampleTournamentAI::onEnd(bool isWinner) |
nothing calls this directly
no test coverage detected