Files
BinaryObjectScanner/BinaryObjectScanner.Models/XZP/Footer.cs
Matt Nadareski 473cbc5694 BOS.* -> BOS.*
2023-03-07 16:59:14 -05:00

11 lines
241 B
C#

namespace BinaryObjectScanner.Models.XZP
{
/// <see href="https://github.com/RavuAlHemio/hllib/blob/master/HLLib/XZPFile.h"/>
public sealed class Footer
{
public uint FileLength;
public string Signature;
}
}