Initial mod dependency work

This commit is contained in:
Joshua Askharoun
2022-03-01 14:14:11 -06:00
parent 65bd5f4e8a
commit 1acf068092
18 changed files with 310 additions and 155 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace ZuneModCore.Mods
};
}
public override IReadOnlyList<Type>? DependentMods => null;
public override IReadOnlyList<ModDependency>? DependentMods => null;
public override async Task<string?> Apply()
{