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