mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 22:40:22 +00:00
8 lines
145 B
C#
8 lines
145 B
C#
|
namespace PKHeX.Core
|
|||
|
{
|
|||
|
public sealed class EncounterStatic7b : EncounterStatic
|
|||
|
{
|
|||
|
public override int Generation => 7;
|
|||
|
}
|
|||
|
}
|