/// <summary>Get whether the plugin asset is enabled, using the application settings.</summary> /// <param name="resource"></param> /// <returns></returns> protected override bool GetIsPluginAssetEnabled(PluginAsset resource) { return(!DisabledPluginResources.Contains(resource.GetType().FullName)); }