mysimulation/server/tso.files/Formats/IFF/Chunks/TTAs.cs

11 lines
215 B
C#
Raw Permalink Normal View History

namespace FSO.Files.Formats.IFF.Chunks
{
/// <summary>
/// Duplicate of STR chunk, instead used for pie menu strings.
/// </summary>
public class TTAs : STR
{
//no difference!
}
}