mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-17 21:47:52 +00:00
12 lines
303 B
C#
12 lines
303 B
C#
|
|
namespace BurnOutSharp.Models.NCF
|
||
|
|
{
|
||
|
|
/// <see href="https://github.com/RavuAlHemio/hllib/blob/master/HLLib/NCFFile.h"/>
|
||
|
|
public sealed class DirectoryLocalEntry
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// Index of the directory item.
|
||
|
|
/// </summary>
|
||
|
|
public uint DirectoryIndex;
|
||
|
|
}
|
||
|
|
}
|