예제 #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="MPBlastZonePlugin"/> class.
        /// </summary>
        public MPBlastZonePlugin()
        {
            // Load basic settings
            LoadSettings();

            // Setup Menu Details
            _menu = new MenuRoot(MenuFile);
        }
예제 #2
0
    /// <summary>
    /// Initializes a new instance of the <see cref="MPBlastZonePlugin"/> class.
    /// </summary>
    public MPBlastZonePlugin()
    {
      // Load basic settings
      LoadSettings();

      // Setup Menu Details
      _menu = new MenuRoot(MenuFile);
    }