Files
Deterous 5bb8557555 ZArchive support (#75)
* ZArchive support

* Fix offset record format

* Simplfiy Extensions

* Delete unused writers and test data

* Rework reader

* Fix build
2026-04-02 02:18:47 -04:00

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
}
}