2
0
Fork 0
mirror of https://github.com/kwsch/PKHeX synced 2024-12-20 09:23:17 +00:00
PKHeX/PKHeX.Core/Legality/RNG/Locks/SeedFrame.cs
2018-10-29 21:03:29 -07:00

11 lines
No EOL
202 B
C#

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