private static void OnLoadingComplete(EventArgs args) { if (Ashe.Hero != Champion.Ashe) { return; } Chat.Print("[Addon] [Champion] [Ashe]", System.Drawing.Color.AliceBlue); MenusSetting.Execute(); SpellManager.Execute(); ModeManager.Execute(); SaveMePls.Execute(); if (Settings.autolevelskills) { Player.Instance.Spellbook.LevelSpell(SpellSlot.W); } Drawing.OnDraw += OnDraw; Obj_AI_Base.OnLevelUp += Modes.ActiveCast.autoLevelSkills; }