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]"); } }
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]"); } }