namespace PKHeX.Core; /// /// Interface that exposes a shiny potential state indicating what kinds of can be expressed. /// public interface IShinyPotential { Shiny Shiny { get; } }