withSIX.Play.Core.Games.Legacy.Mods.AdvancedCollection.GetDependencies C# (CSharp) Method

GetDependencies() protected method

protected GetDependencies ( IContentManager modList, IReadOnlyCollection mods ) : IEnumerable
modList IContentManager
mods IReadOnlyCollection
return IEnumerable
        protected override IEnumerable<Mod> GetDependencies(IContentManager modList, IReadOnlyCollection<Mod> mods) => modList.GetDependencies(Game, mods, CustomRepoMods);