Exemplo n.º 1
0
 public override void MenuCreate()
 {
     try
     {
         DrawSpells drawspells = new DrawSpells();
         var        mMenu      = drawspells.mMenu;
         mMenu.AddCheckBox("drawpredictedq", "Draw Predicted Q");
     }
     catch
     {
         Chat.Print("BuddyAIO:: An error has occured!", System.Drawing.Color.Red);
         Console.WriteLine("Exception caught - Code[KATARINA.DRAWPREDICTEDQ.MENUCREATE]");
     }
 }
Exemplo n.º 2
0
        public override void MenuCreate()
        {
            try
            {
                DrawSpells drawspells = new DrawSpells();
                var        mMenu      = drawspells.mMenu;

                mMenu.AddCheckBox("drawdamageindicator", "Draw Damage Indicator");
                mMenu.AddCheckBox("drawdamageindicator", "Draw Damage Indicator Percentage");
            }
            catch
            {
                Chat.Print("BuddyAIO:: An error has occured!", System.Drawing.Color.Red);
                Console.WriteLine("Exception caught - Code[KATARINA.DAMAGEINDICATOR.MENUCREATE]");
            }
        }
Exemplo n.º 3
0
        public override void MenuCreate()
        {
            try
            {
                DrawSpells drawspells = new DrawSpells();
                var mMenu = drawspells.mMenu;
                mMenu.AddCheckBox("drawpredictedq", "Draw Predicted Q");
            }
            catch
            {
                Chat.Print("BuddyAIO:: An error has occured!", System.Drawing.Color.Red);
                Console.WriteLine("Exception caught - Code[KATARINA.DRAWPREDICTEDQ.MENUCREATE]");
                
            }

        }
Exemplo n.º 4
0
        public override void MenuCreate()
        {
            try
            {
                DrawSpells drawspells = new DrawSpells();
                var mMenu = drawspells.mMenu;

                mMenu.AddCheckBox("drawdamageindicator", "Draw Damage Indicator");
                mMenu.AddCheckBox("drawdamageindicator", "Draw Damage Indicator Percentage");
            }
            catch
            {
                Chat.Print("BuddyAIO:: An error has occured!", System.Drawing.Color.Red);
                Console.WriteLine("Exception caught - Code[KATARINA.DAMAGEINDICATOR.MENUCREATE]");
                
            }
        }