Enum sc2::MeleeSuite [] [src]

pub enum MeleeSuite {
    OneAndDone(GameSettings),
    EndlessRepeat(GameSettings),
}

suite of games to choose from when pitting bots against each other

Variants

play one game with the given settings

repeat this game indefinitely