mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
10 lines
210 B
C#
10 lines
210 B
C#
|
namespace PKHeX.Core
|
|||
|
{
|
|||
|
/// <inheritdoc />
|
|||
|
/// <summary>
|
|||
|
/// <see cref="GameVersion.Gen5"/> encounter area
|
|||
|
/// </summary>
|
|||
|
public sealed class EncounterArea5 : EncounterArea32
|
|||
|
{
|
|||
|
}
|
|||
|
}
|