mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 04:53:08 +00:00
8 lines
142 B
C#
8 lines
142 B
C#
namespace PKHeX
|
|
{
|
|
public class ComboItem
|
|
{
|
|
public string Text { get; set; }
|
|
public int Value { get; set; }
|
|
}
|
|
}
|