namespace PKHeX.Core; /// /// Interface that exposes a Moveset for the object. /// public interface IMoveset { Moveset Moves { get; } }