private static void Load_OnLoad() { if (ObjectManager.Player.ChampionName != ChampName) { return; } Config.Initialize(); SpellManager.Initialize(); ModeManager.Initialize(); OathswornManager.Initialize(); SoulHandler.Initialize(); Drawing.OnDraw += Drawing_OnDraw; Variables.Orbwalker.OnAction += Orbwalker_OnAction; //LogManager.GetCurrentClassLogger().Info("Kalista Loaded successfully!"); Notifications.Add(new Notification("Kalista Loaded!", "Kalista was loaded!", "Good luck, have fun!") { HeaderTextColor = Color.LightBlue, BodyTextColor = Color.White, Icon = NotificationIconType.Check, IconFlash = true }); }