mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-07-27 11:12:16 +00:00
15 lines
305 B
C#
15 lines
305 B
C#
namespace SabreTools.Models.SGA
|
|
{
|
|
/// <see href="https://github.com/RavuAlHemio/hllib/blob/master/HLLib/SGAFile.h"/>
|
|
public sealed class Header6 : Header
|
|
{
|
|
public string Name;
|
|
|
|
public uint HeaderLength;
|
|
|
|
public uint FileDataOffset;
|
|
|
|
public uint Dummy0;
|
|
}
|
|
}
|