Asset compiler first iteration:
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
namespace SlaveEngine.Assets.Processors;
|
||||
|
||||
[AssetProcessor(typeof(VectorAsset), managedExtensions: [".svg"])]
|
||||
public sealed class SVGProcessor : AssetProcessor{
|
||||
|
||||
public override Asset Process(AssetFileInfo fileInfo, byte[] data)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user