Ejemplo n.º 1
0
        private void OnLoad(EventArgs args)
        {
            if (Hero.ChampionName != "Azir")
            {
                return;
            }

            this.gapcloserList = new GapcloserList();
            _menu           = new AzirMenu("Azir Elo Machine", this);
            SoldierManager  = new SoldierManager();
            Spells          = new Spells();
            _modes          = new AzirModes(this);
            Game.OnUpdate  += OnUpdate;
            Drawing.OnDraw += Ondraw;
        }
Ejemplo n.º 2
0
        private void OnLoad(EventArgs args)
        {
            if (Hero.ChampionName != "Azir")
            {
                return;
            }

            Game.PrintChat("<b><font color =\"#FF33D6\">Azir Elo Machine Loaded!</font></b>");
            this.gapcloserList = new GapcloserList();
            _menu           = new AzirMenu("Azir Elo Machine", this);
            SoldierManager  = new SoldierManager();
            Spells          = new Spells();
            _modes          = new AzirModes(this);
            Game.OnUpdate  += OnUpdate;
            Drawing.OnDraw += Ondraw;
        }