Example #1
0
        /// <summary>
        ///     The translator module
        /// </summary>
        /// <summary>
        ///     Initializes a new instance of the <see cref="SOLOBootstrap" /> class.
        /// </summary>
        public SOLOBootstrap()
        {
            if (ObjectManager.Player.ChampionName != "Vayne")
            {
                return;
            }

            if (Variables.Instance != null)
            {
                return;
            }

            TDVayne = new TDVayne();
            MenuGenerator = new MenuGenerator();
            Antigapcloser = new SOLOAntigapcloser();
            MenuGenerator.GenerateMenu();

            PrintLoaded();
        }
Example #2
0
        /// <summary>
        ///     The translator module
        /// </summary>
        /// <summary>
        ///     Initializes a new instance of the <see cref="SOLOBootstrap" /> class.
        /// </summary>
        public SOLOBootstrap()
        {
            if (ObjectManager.Player.ChampionName != "Vayne")
            {
                return;
            }

            if (Variables.Instance != null)
            {
                return;
            }

            TDVayne       = new TDVayne();
            MenuGenerator = new MenuGenerator();
            Antigapcloser = new SOLOAntigapcloser();
            MenuGenerator.GenerateMenu();

            PrintLoaded();
        }