mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-05 21:17:14 -05:00
14 lines
206 B
C#
14 lines
206 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum RegionID
|
|
{
|
|
None = 0,
|
|
Japan = 1,
|
|
NorthAmerica = 2,
|
|
Europe = 3,
|
|
China = 4,
|
|
Korea = 5,
|
|
Taiwan = 6,
|
|
}
|
|
}
|