mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-08 02:34:36 -05:00
7 lines
164 B
C#
7 lines
164 B
C#
namespace NHSE.Parsing;
|
|
|
|
public sealed record MSBTGroup
|
|
{
|
|
public required uint NumberOfLabels { get; init; }
|
|
public required uint Offset { get; init; }
|
|
} |