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