mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 14:30:56 +00:00
92d15bdd03
Gen6 behaves differently from Gen8. Fix broken test case [Arrived via link trade, it had fun! (2) -> (3)]
6 lines
101 B
C#
6 lines
101 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface ITrainerMemories : IMemoryOT, IMemoryHT
|
|
{
|
|
}
|
|
}
|