- // Copyright (c) Craftwork Games. All rights reserved.
- // Licensed under the MIT license.
- // See LICENSE file in the project root for full license information.
- using MonoGame.Extended.Content.TexturePacker;
- namespace MonoGame.Extended.Content.Pipeline.TextureAtlases;
- public record TexturePackerProcessorResult(TexturePackerFileContent Data);
|