public ExtensionParameter(BuildYourOwnRoutineCore plugin)
 {
     this.Plugin = plugin;
 }
Пример #2
0
 public SettingsMenu(BuildYourOwnRoutineCore plugin)
 {
     this.Plugin = plugin;
 }
Пример #3
0
 public ProfileMenu(BuildYourOwnRoutineCore plugin)
 {
     this.Plugin = plugin;
 }
 public ConfigurationMenu(BuildYourOwnRoutineCore plugin)
 {
     this.Plugin       = plugin;
     this.ProfileMenu  = new ProfileMenu(plugin);
     this.SettingsMenu = new SettingsMenu(plugin);
 }