mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 04:53:08 +00:00
5a391bc20c
Merge EncounterGift8 with EncounterStatic8 since there isn't much need to have two separate classes
7 lines
145 B
C#
7 lines
145 B
C#
namespace PKHeX.Core
|
|
{
|
|
public sealed class EncounterStatic7b : EncounterStatic
|
|
{
|
|
public override int Generation => 7;
|
|
}
|
|
}
|