Setup entry point + integrated moonworks stuff
This commit is contained in:
9
Nerfed.Runtime/Storage/StorageContainer.cs
Normal file
9
Nerfed.Runtime/Storage/StorageContainer.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Nerfed.Runtime;
|
||||
|
||||
public static class StorageContainer
|
||||
{
|
||||
public static Stream OpenStream(string file)
|
||||
{
|
||||
return File.Open(file, FileMode.Open);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user