mirror of
https://github.com/kwsch/NHSE.git
synced 2026-05-14 22:45:06 -05:00
Originally ported from https://github.com/Martin005/SMO_Translation_Helper , via https://github.com/IcySon55/3DLandMSBTeditor Add some tests to ensure functions
9 lines
216 B
C#
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
|
|
}
|
|
} |