mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 16:27:21 +00:00
ffa70e7626
no functional change, just putting stuff in a more appropriate folder
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; }
|
|
}
|
|
} |