mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
94652e2c95
oops
13 lines
206 B
C#
13 lines
206 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum RegionID
|
|
{
|
|
None = 0,
|
|
Japan = 1,
|
|
NorthAmerica = 2,
|
|
Europe = 3,
|
|
China = 4,
|
|
Korea = 5,
|
|
Taiwan = 6,
|
|
}
|
|
}
|