mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-05 21:17:14 -05:00
sync missing refactorings
oops
This commit is contained in:
parent
e7fc30ac7a
commit
94652e2c95
|
|
@ -3,11 +3,11 @@
|
|||
public enum RegionID
|
||||
{
|
||||
None = 0,
|
||||
RegJP = 1,
|
||||
RegNA = 2,
|
||||
RegEU = 3,
|
||||
RegZH = 4,
|
||||
RegKO = 5,
|
||||
RegTW = 6,
|
||||
Japan = 1,
|
||||
NorthAmerica = 2,
|
||||
Europe = 3,
|
||||
China = 4,
|
||||
Korea = 5,
|
||||
Taiwan = 6,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user