mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-20 08:41:21 +00:00
9 lines
184 B
C#
Executable file
9 lines
184 B
C#
Executable file
namespace FSO.Files.Formats.IFF.Chunks
|
|
{
|
|
/// <summary>
|
|
/// Catalog text strings; equivalent in format to STR#.
|
|
/// </summary>
|
|
public class CTSS : STR
|
|
{
|
|
}
|
|
}
|