Exemplo n.º 1
0
        public Vayne()
            : base("Vayne", "SAutoCarry - Vayne")
        {
            SCommon.Prediction.Prediction.predMenu.Item("SPREDDRAWINGS").SetValue(false);
            OnDraw      += BeforeDraw;
            OnCombo     += Combo;
            OnHarass    += Harass;
            OnLaneClear += LaneClear;

            TargetSelector.RegisterCustomMultipler((hero) => hero.GetBuffCount("vaynesilvereddebuff") * 10);
        }