mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-28 06:50:23 +00:00
7 lines
100 B
C#
7 lines
100 B
C#
|
namespace PKHeX.Core
|
|||
|
{
|
|||
|
public interface IRelearn
|
|||
|
{
|
|||
|
int[] Relearn { get; }
|
|||
|
}
|
|||
|
}
|