namespace PKHeX.Core { /// /// Trade Encounter data with a fixed PID. /// public class EncounterTradePID : EncounterTrade { public uint PID; } }