mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Implemented WMVCore mod; TODO fix UnauthorizedAccessException
This commit is contained in:
@@ -47,11 +47,5 @@ namespace ZuneModCore
|
||||
}
|
||||
|
||||
public abstract IReadOnlyList<Type>? DependentMods { get; }
|
||||
|
||||
internal FileStream OpenFileInStorageDirectory(string filename)
|
||||
{
|
||||
FileInfo info = new(Path.Combine(StorageDirectory, filename));
|
||||
return File.Create(info.FullName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user