[][src]Function epicinium_lib::allocate_ai

pub fn allocate_ai(
    name: &str,
    player: PlayerColor,
    difficulty: Difficulty,
    ruleset_name: &str,
    character: u8
) -> Result<AllocatedAi, InterfaceError>