namespace PKHeX.Core { /// /// Generation 1 Wild Encounter Slot data /// /// /// Contains Time data which is present in origin data. /// Contains identification, as this Version value is not stored in or formats. /// internal class EncounterSlot1 : EncounterSlot { public int Rate; internal EncounterTime Time; } }