mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 12:06:37 +00:00
Move source projects into source directory
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
using Microsoft.Xna.Framework.Content.Pipeline;
|
||||
using MonoGame.Extended.Content.Pipeline.Json;
|
||||
|
||||
namespace MonoGame.Extended.Content.Pipeline.SpriteFactory
|
||||
{
|
||||
[ContentProcessor(DisplayName = "Sprite Factory Processor - MonoGame.Extended")]
|
||||
public class SpriteFactoryContentProcessor : JsonContentProcessor
|
||||
{
|
||||
public SpriteFactoryContentProcessor()
|
||||
{
|
||||
ContentType = "MonoGame.Extended MonoGame.Extended.Animations.SpriteFactory.SpriteFactoryFileReader, MonoGame.Extended.Animations";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user