mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-05 22:01:33 +00:00
* ZArchive support * Fix offset record format * Simplfiy Extensions * Delete unused writers and test data * Rework reader * Fix build
12 lines
311 B
C#
12 lines
311 B
C#
namespace SabreTools.Data.Models.ZArchive
|
|
{
|
|
/// <summary>
|
|
/// ZARchive section for Meta Data and Meta Directories
|
|
/// </summary>
|
|
/// <see href="https://github.com/Exzap/ZArchive/"/>
|
|
public class Metadata
|
|
{
|
|
// Not yet implemented in the ZArchive standard, should be empty
|
|
}
|
|
}
|