namespace NeonSprawl.Server.Game.Mastery; /// One tier row within a (NEO-46). public sealed record MasteryTierRow( int TierIndex, int RequiredLevel, IReadOnlyList Branches);