/// <summary> /// Put in here what you want to do when the mode is running /// </summary> public static void Execute() { var spellsToKs = new List <Spell.SpellBase> { Q, W }; Killsteal.Attempt(spellsToKs); }