mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-17 21:48:30 +00:00
11 lines
338 B
C#
11 lines
338 B
C#
namespace SabreTools.Models.GCF
|
|
{
|
|
/// <see href="https://github.com/RavuAlHemio/hllib/blob/master/HLLib/GCFFile.h"/>
|
|
public sealed class DirectoryMapEntry
|
|
{
|
|
/// <summary>
|
|
/// Index of the first data block. (N/A if == BlockCount.)
|
|
/// </summary>
|
|
public uint FirstBlockIndex { get; set; }
|
|
}
|
|
} |