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