PKHeX/PKHeX.Core/Legality/Encounters/EncounterSlot/EncounterSlot7GO.cs

7 lines
138 B
C#
Raw Normal View History

namespace PKHeX.Core
{
public sealed class EncounterSlot7GO : EncounterSlot
{
public override int Generation => 7;
}
}