This commit is contained in:
Perfare
2019-06-14 12:47:22 +08:00
parent 58ab3116db
commit 3a0100ed37
3 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ namespace AssetStudio
private HashSet<string> importFilesHash = new HashSet<string>();
private HashSet<string> assetsFileListHash = new HashSet<string>();
public void LoadFiles(string[] files)
public void LoadFiles(params string[] files)
{
var path = Path.GetDirectoryName(files[0]);
MergeSplitAssets(path);