namespace PKHeX.Core { /// /// Exposes simple encounter info and can be converted to a . /// public interface IEncounterInfo : IEncounterTemplate, IEncounterConvertible { } }