mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-19 17:03:12 +00:00
9 lines
142 B
C#
9 lines
142 B
C#
|
namespace PKHeX
|
|||
|
{
|
|||
|
public class ComboItem
|
|||
|
{
|
|||
|
public string Text { get; set; }
|
|||
|
public int Value { get; set; }
|
|||
|
}
|
|||
|
}
|