Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot Beginner #71

Open
animax624 opened this issue Feb 1, 2021 · 2 comments
Open

Bot Beginner #71

animax624 opened this issue Feb 1, 2021 · 2 comments

Comments

@animax624
Copy link

can i choose Bots beginner or its just Intro and intermediate
and how ?

@kbakdev
Copy link
Contributor

kbakdev commented Apr 3, 2021

It's only Intro and Intermediate

@kbakdev
Copy link
Contributor

kbakdev commented Apr 3, 2021

But it's possible if u set up QueueEnum.cs like this

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace LeagueBot.Game.Enums
{
    public enum QueueEnum
    {
        BotBeginner = 810,
        BotIntro = 830,
        BotIntermediate = 850,
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants