mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 16:48:01 +00:00
7 lines
No EOL
100 B
C#
7 lines
No EOL
100 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface IRelearn
|
|
{
|
|
int[] Relearn { get; }
|
|
}
|
|
} |