namespace NeonSprawl.Server.Game.Mastery; /// One branch row within a mastery tier (NEO-46). public sealed record MasteryBranchRow( string BranchId, string? DisplayName, IReadOnlyList PerkIds);