mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-24 03:13:18 +00:00
452ffe2369
relocate location of stuff
10 lines
No EOL
200 B
C#
10 lines
No EOL
200 B
C#
namespace PKHeX.Core
|
|
{
|
|
/// <summary>
|
|
/// Trade Encounter data with a fixed PID.
|
|
/// </summary>
|
|
public class EncounterTradePID : EncounterTrade
|
|
{
|
|
public uint PID;
|
|
}
|
|
} |