League-of-Legends-Bot
League-of-Legends-Bot copied to clipboard
Bot Beginner
can i choose Bots beginner or its just Intro and intermediate and how ?
It's only Intro and Intermediate
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,
}
}