namespace PKHeX.Core; /// /// Interface for an that can be one of many forms. /// public interface IEncounterFormRandom { bool IsRandomUnspecificForm { get; } }