namespace PKHeX.Core; /// /// Interface that exposes an indication if the Pokémon is a Noble Pokémon. /// public interface INoble { bool IsNoble { get; set; } }