ParticleFileContent.cs 184 B

12345
  1. using System.Collections.Generic;
  2. namespace MonoGame.Extended.Content.Pipeline.Particles;
  3. public record ParticleEffectFileContent(string XmlContent, List<string> TextureReferences);