mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
734aa33898
Now logic is reasonably split, and each format of area has its own way of yielding slots Too much junk with checking flute boosts or catch combo applicability; just let the area dictate how slots match.
10 lines
No EOL
210 B
C#
10 lines
No EOL
210 B
C#
namespace PKHeX.Core
|
|
{
|
|
/// <inheritdoc />
|
|
/// <summary>
|
|
/// <see cref="GameVersion.Gen5"/> encounter area
|
|
/// </summary>
|
|
public sealed class EncounterArea5 : EncounterArea32
|
|
{
|
|
}
|
|
} |