namespace SabreTools.DatFiles.Formats { /// /// Represents a MAME Listrom file /// internal partial class Listrom : DatFile { /// /// Constructor designed for casting a base DatFile /// /// Parent DatFile to copy from public Listrom(DatFile datFile) : base(datFile) { } } }