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

8 lines
132 B
C#

namespace NHSE.Parsing
{
public class MSBTGroup
{
public uint NumberOfLabels;
public uint Offset;
}
}