mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-18 16:33:24 +00:00
7 lines
138 B
C#
7 lines
138 B
C#
|
namespace PKHeX.Core
|
||
|
{
|
||
|
public sealed class EncounterSlot7GO : EncounterSlot
|
||
|
{
|
||
|
public override int Generation => 7;
|
||
|
}
|
||
|
}
|