mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 00:07:15 +00:00
52c4fbbe97
Refactored and rearranged things as needed to allow the change
8 lines
147 B
C#
8 lines
147 B
C#
namespace PKHeX.Core
|
|
{
|
|
public class ComboItem
|
|
{
|
|
public string Text { get; set; }
|
|
public int Value { get; set; }
|
|
}
|
|
}
|