ResourceManager!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace DaggerFramework.Resources
|
||||
{
|
||||
public interface IResourceLoader
|
||||
{
|
||||
public IEnumerable<string> SupportedExtensions { get; }
|
||||
public Type ResourceType { get; }
|
||||
public Resource Load(string path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user