mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 04:53:08 +00:00
b124a6e70d
soon tm
11 lines
No EOL
202 B
C#
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;
|
|
}
|
|
} |