namespace PKHeX.Core; /// /// Key Value pair for a displayed and underlying value. /// public sealed record ComboItem(string Text, int Value);