コード例 #1
0
ファイル: Ennerbuddy.cs プロジェクト: zmsl/Ennerbot
        /// <summary>
        /// Instantiates a new instance of the <see cref="Ennerbot"/> class
        /// </summary>
        public Ennerbuddy()
        {
            TryWithMessage(() =>
            {
                var guiManager = new GuiManager();
                this._macroManager = guiManager.CreateMacroManager();
            });

            // this.pluginPath = Path.Combine(Environment.CurrentDirectory, ff14bot.Settings.GlobalSettings.Instance.PluginsPath);
        }