namespace SabreTools.DatFiles.Formats { /// /// Represents parsing and writing of an Everdrive SMDB file /// internal partial class EverdriveSMDB : DatFile { /// /// Constructor designed for casting a base DatFile /// /// Parent DatFile to copy from public EverdriveSMDB(DatFile? datFile) : base(datFile) { } } }