mirror of
https://github.com/kwsch/PKHeX
synced 2025-01-12 04:28:57 +00:00
6 lines
No EOL
159 B
C#
6 lines
No EOL
159 B
C#
namespace PKHeX.Core;
|
|
|
|
/// <summary>
|
|
/// Message Passing for frame results.
|
|
/// </summary>
|
|
internal readonly record struct SeedFrame(uint PID, int FrameID); |