Example #1
0
        public ChoGath()
            : base("Korean Cho'Gath")
        {
            KoreanChoGath.Spells.Load(this);
            ChoGathOrbwalker = new Core(this);
            ForceUltimate.ForceUltimate = ChoGathOrbwalker.Ultimate;

            CustomMenu.Load(this);
            smartE = new SmartE(this);
            cancelAA = new CancelAA(this);
            stackPassive = new StackPassive(this);
            drawing = new Drawing(this);
            flashUlt = new FlashUlt(this);
        }
Example #2
0
        public ChoGath()
            : base("Korean Cho'Gath")
        {
            KoreanChoGath.Spells.Load(this);
            ChoGathOrbwalker            = new Core(this);
            ForceUltimate.ForceUltimate = ChoGathOrbwalker.Ultimate;

            CustomMenu.Load(this);
            smartE       = new SmartE(this);
            cancelAA     = new CancelAA(this);
            stackPassive = new StackPassive(this);
            drawing      = new Drawing(this);
            flashUlt     = new FlashUlt(this);
        }