Files

12 lines
311 B
C#
Raw Permalink Normal View History

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