mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 13:58:33 +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); |