/// <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); }