mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-11 13:45:25 +00:00
9 lines
235 B
C#
9 lines
235 B
C#
namespace BinaryObjectScanner.Models.XZP
|
|
{
|
|
/// <see href="https://github.com/RavuAlHemio/hllib/blob/master/HLLib/XZPFile.h"/>
|
|
public sealed class DirectoryMapping
|
|
{
|
|
public ushort PreloadDirectoryEntryIndex;
|
|
}
|
|
}
|