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