Struct sc2::MeleeSettings [] [src]

pub struct MeleeSettings<L1: Cell + 'static, L2: Cell + 'static> {
    pub launcher: LauncherSettings,
    pub players: (L1, L2),
    pub suite: MeleeSuite,
}

settings for the melee cell

Fields

the settings for the launcher cell

the player organelles

the suite of games to choose from