namespace BinaryObjectScanner.Models.VPK
{
///
public sealed class DirectoryEntry
{
public uint CRC;
public ushort PreloadBytes;
public ushort ArchiveIndex;
public uint EntryOffset;
public uint EntryLength;
///
/// Always 0xffff.
///
public ushort Dummy0;
}
}