namespace FSO.Files.Formats.IFF.Chunks { /// /// Catalog text strings; equivalent in format to STR#. /// public class CTSS : STR { } }