namespace PKHeX.Core { /// /// Trade Encounter data with a fixed Catch Rate /// /// /// Generation 1 specific value used in detecting unmodified/untraded Generation 1 Trade Encounter data. /// public sealed class EncounterTradeCatchRate : EncounterTrade { /// /// value the encounter is found with. /// public uint Catch_Rate; } }