mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-12 21:31:30 +00:00
12 lines
295 B
C#
12 lines
295 B
C#
namespace BinaryObjectScanner.Models.NCF
|
|
{
|
|
/// <see href="https://github.com/RavuAlHemio/hllib/blob/master/HLLib/NCFFile.h"/>
|
|
public sealed class DirectoryInfo2Entry
|
|
{
|
|
/// <summary>
|
|
/// Reserved
|
|
/// </summary>
|
|
public uint Dummy0 { get; set; }
|
|
}
|
|
}
|