mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Update BatchEditing.cs
This commit is contained in:
parent
c67565288c
commit
b25a7b621f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace PKHeX.Core
|
|||
{
|
||||
public static readonly Type[] Types =
|
||||
{
|
||||
typeof (PK8),
|
||||
typeof (PK8), typeof (PB8),
|
||||
typeof (PB7),
|
||||
typeof (PK7), typeof (PK6), typeof (PK5), typeof (PK4), typeof(BK4),
|
||||
typeof (PK3), typeof (XK3), typeof (CK3),
|
||||
|
|
Loading…
Reference in a new issue