NHSE/NHSE.Parsing/MSBT/MSBTSection.cs
2020-03-31 11:56:06 -07:00

9 lines
216 B
C#

namespace NHSE.Parsing
{
public class MSBTSection
{
public string Identifier;
public uint SectionSize; // Begins after Unknown1
public byte[] Padding1; // Always 0x0000 0000
}
}