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