withSIX.Play.Core.Games.Legacy.Mods.AdvancedCollection.GetDependencies C# (CSharp) Méthode

GetDependencies() protected méthode

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