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

Poppy() public method

public Poppy ( ) : System
return System
        public Poppy()
        {
            //spelldata from Mechanics-StackOverflow Galio //wat? XD
            Q = new Spell(SpellSlot.Q);
            W = new Spell(SpellSlot.W);
            E = new Spell(SpellSlot.E, 525);
            R = new Spell(SpellSlot.R, 900);
        }