PKHeX/PKHeX.Core/Game/ComboItem.cs

9 lines
147 B
C#
Raw Normal View History

namespace PKHeX.Core
2016-07-09 22:34:38 +00:00
{
public class ComboItem
{
public string Text { get; set; }
public int Value { get; set; }
}
}