Add regions to writers

This commit is contained in:
Matt Nadareski
2023-07-28 22:58:53 -04:00
parent 9e773b39c3
commit 13d8e9b4ab
2 changed files with 8 additions and 0 deletions

View File

@@ -157,6 +157,8 @@ namespace SabreTools.DatFiles.Formats
return true;
}
#region Converters
/// <summary>
/// Create a MetadataFile from the current internal information
/// <summary>
@@ -572,5 +574,7 @@ namespace SabreTools.DatFiles.Formats
};
return driver;
}
#endregion
}
}