mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-26 00:45:20 +00:00
7 lines
176 B
C#
7 lines
176 B
C#
namespace MonoGame.Extended.Content.Pipeline.TextureAtlases
|
|
{
|
|
public class TexturePackerProcessorResult
|
|
{
|
|
public TexturePackerFile Data { get; set; }
|
|
}
|
|
} |