Small ResourceManager refactor, add ResourceSaver<T>.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace DaggerFramework.Resources
|
||||
{
|
||||
public interface IResourceSaver<T> where T : Resource
|
||||
{
|
||||
public bool TrySave(string path, in T resource);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user