mirror of
https://github.com/kwsch/NHSE.git
synced 2026-05-23 02:36:20 -05:00
Originally ported from https://github.com/Martin005/SMO_Translation_Helper , via https://github.com/IcySon55/3DLandMSBTeditor Add some tests to ensure functions
8 lines
132 B
C#
8 lines
132 B
C#
namespace NHSE.Parsing
|
|
{
|
|
public class MSBTGroup
|
|
{
|
|
public uint NumberOfLabels;
|
|
public uint Offset;
|
|
}
|
|
} |