mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-21 01:39:32 +00:00
Move source projects into source directory
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
using MonoGame.Extended.TextureAtlases;
|
||||
|
||||
namespace MonoGame.Extended.Content.Pipeline.TextureAtlases
|
||||
{
|
||||
public class TexturePackerProcessorResult
|
||||
{
|
||||
public TexturePackerFile Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user