namespace PKHeX.Core
{
public struct ComboItem
public string Text { get; set; }
public int Value { get; set; }
}