Detects assembly references and determines loading order automatically.

This commit is contained in:
2023-03-18 13:46:13 +08:00
parent ed2c216cf4
commit 0e4445e52b
7 changed files with 192 additions and 66 deletions

View File

@@ -12,6 +12,6 @@ namespace Cryville.Crtr.Browsing {
bool ImportItemFrom(string path);
string[] GetSupportedFormats();
Dictionary<string, string> GetPresetPaths();
IReadOnlyDictionary<string, string> GetPresetPaths();
}
}