示例#1
0
    public List <List <string> > getDraw()
    {
        List <List <string> > draw = Formations.generateJumps(this.formationsList, rounds, this.minPointPerJump);

        return(Formations.generateJumps(this.formationsList, rounds, this.minPointPerJump));
    }