mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add regions to writers
This commit is contained in:
@@ -157,6 +157,8 @@ namespace SabreTools.DatFiles.Formats
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#region Converters
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create a MetadataFile from the current internal information
|
/// Create a MetadataFile from the current internal information
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -572,5 +574,7 @@ namespace SabreTools.DatFiles.Formats
|
|||||||
};
|
};
|
||||||
return driver;
|
return driver;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -172,6 +172,8 @@ namespace SabreTools.DatFiles.Formats
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#region Converters
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create a Hashfile from the current internal information
|
/// Create a Hashfile from the current internal information
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -549,5 +551,7 @@ namespace SabreTools.DatFiles.Formats
|
|||||||
|
|
||||||
return spamsums.ToArray();
|
return spamsums.ToArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user