mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-11 13:45:25 +00:00
11 lines
273 B
C#
11 lines
273 B
C#
namespace BinaryObjectScanner.Models.SGA
|
|
{
|
|
/// <see href="https://github.com/RavuAlHemio/hllib/blob/master/HLLib/SGAFile.h"/>
|
|
public sealed class DirectoryHeader7 : DirectoryHeader5
|
|
{
|
|
public uint HashTableOffset;
|
|
|
|
public uint BlockSize;
|
|
}
|
|
}
|