mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-20 04:38:25 -05:00
6 lines
159 B
C#
6 lines
159 B
C#
namespace PKHeX.Core;
|
|
|
|
/// <summary>
|
|
/// Message Passing for frame results.
|
|
/// </summary>
|
|
internal readonly record struct SeedFrame(uint PID, int FrameID); |