PKHeX/Misc/ComboItem.cs
2016-07-09 15:34:38 -07:00

8 lines
142 B
C#

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