Patcher.Data.Fallout4DataContext.GetPluginListProvider C# (CSharp) Метод

GetPluginListProvider() защищенный Метод

protected GetPluginListProvider ( ) : IPluginListProvider
Результат IPluginListProvider
        protected override IPluginListProvider GetPluginListProvider()
        {
            // Create plugin list provider that will use this context specific path to plugins.txt
            // unless DataFileProvider overrides the path
            return new Fallout4PluginListProvider(DataFileProvider,
                Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"Fallout4\plugins.txt"));
        }