withSIX.Play.Core.Games.Legacy.Mods.AdvancedCollection.GetDependencies C# (CSharp) 메소드

GetDependencies() 보호된 메소드

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