namespace PKHeX.Core { internal interface IGeneration { int Generation { get; set; } } }