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