namespace PKHeX.Core; /// /// Exposes what move IDs are in the relearn moves list on encounter. /// public interface IRelearn { /// /// Move IDs are in the relearn moves list on encounter. /// Moveset Relearn { get; } }