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