public static void Execute() { if (HasSpell("summonersmite")) { Smite.Execute(); } if (HasSpell("summonerheal")) { Heal.Execute(); } if (HasSpell("summonerbarrier")) { Barrier.Execute(); } if (HasSpell("summonerexhaust")) { Exhaust.Execute(); } if (HasSpell("summonerghost")) { Ghost.Execute(); } }