mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-19 08:21:22 +00:00
11 lines
215 B
C#
11 lines
215 B
C#
|
namespace FSO.Files.Formats.IFF.Chunks
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Duplicate of STR chunk, instead used for pie menu strings.
|
|||
|
/// </summary>
|
|||
|
public class TTAs : STR
|
|||
|
{
|
|||
|
//no difference!
|
|||
|
}
|
|||
|
}
|