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

Shaco() public method

public Shaco ( ) : System
return System
        public Shaco()
        {
            Q = new Spell(SpellSlot.Q, 400);
            W = new Spell(SpellSlot.W, 425);
            E = new Spell(SpellSlot.E, 625);
            R = new Spell(SpellSlot.R, 0);
        }