mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 04:53:08 +00:00
0cd9c47953
No change em
9 lines
No EOL
148 B
C#
9 lines
No EOL
148 B
C#
using System.Collections.Generic;
|
|
|
|
namespace PKHeX.Core
|
|
{
|
|
public interface IRelearn
|
|
{
|
|
IReadOnlyList<int> Relearn { get; }
|
|
}
|
|
} |