Пример #1
0
 /// <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);
 }
Пример #2
0
 /// <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);
 }