コード例 #1
0
ファイル: TDBootstrap.cs プロジェクト: roaxtreil/EBRepo
        /// <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();
        }
コード例 #2
0
ファイル: TDBootstrap.cs プロジェクト: Musee30/Elobuddyy
        /// <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();
        }