namespace PKHeX.Core; /// /// Interface that exposes an indication if the Pokémon is an alpha Pokémon. /// public interface IAlpha : IAlphaReadOnly { new bool IsAlpha { get; set; } }