mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 16:35:02 -05:00
9 lines
147 B
C#
9 lines
147 B
C#
namespace PKHeX.Core
|
|
{
|
|
public class ComboItem
|
|
{
|
|
public string Text { get; set; }
|
|
public int Value { get; set; }
|
|
}
|
|
}
|