AutoSharp.Plugins.Heimerdinger.Heimerdinger C# (CSharp) Method

Heimerdinger() public method

public Heimerdinger ( ) : System
return System
        public Heimerdinger()
        {
            Q = new Spell(SpellSlot.Q, 525);
            W = new Spell(SpellSlot.W, 1100);
            E = new Spell(SpellSlot.E, 925);
            R = new Spell(SpellSlot.R, 100);

            W.SetSkillshot(250f, 200, 1400, true, SkillshotType.SkillshotLine);
            E.SetSkillshot(0.51f, 120, 1200, false, SkillshotType.SkillshotCircle);
        }