PKHeX/PKHeX.Core/Legality/Encounters/EncounterStaticPID.cs
Kurt 452ffe2369 Refactoring
relocate location of stuff
2018-03-08 21:18:32 -08:00

8 lines
No EOL
176 B
C#

namespace PKHeX.Core
{
internal class EncounterStaticPID : EncounterStatic
{
public uint PID { get; set; }
public bool NSparkle { get; set; }
}
}