| 30 | } |
| 31 | |
| 32 | int GetProtossAirRushScore(Player player) |
| 33 | { |
| 34 | return player->completedUnitCount(UnitTypes::Protoss_Dragoon) + |
| 35 | player->completedUnitCount(UnitTypes::Protoss_Scout); |
| 36 | } |
| 37 | |
| 38 | |
| 39 | bool Rush::execute(aithread &thread) const |
no test coverage detected