namespace PKHeX.Core { /// /// Message Passing for frame results. /// internal struct SeedFrame { public uint PID; public int FrameID; } }