/// <summary> /// Sets the spells. /// </summary> public static void Initialize() { if (GameObjects.Player.ChampionName.Equals("GangPlank")) { Vars.W = new Spell(SpellSlot.W); } Vars.Smite = new Spell(SpellSlots.GetSmiteSlot(), 500f + GameObjects.Player.BoundingRadius); }
/// <summary> /// Sets the spells. /// </summary> public static void Initialize() { Vars.W = new Spell(SpellSlot.W); Vars.Smite = new Spell(SpellSlots.GetSmiteSlot(), 500f + GameObjects.Player.BoundingRadius); }