PKHeX/PKHeX.Core/Legality/Encounters/IRelearn.cs
2019-11-15 17:52:08 -08:00

7 lines
No EOL
100 B
C#

namespace PKHeX.Core
{
public interface IRelearn
{
int[] Relearn { get; }
}
}