PKHeX/PKHeX.Core/Legality/Encounters/EncounterStaticPID.cs

8 lines
176 B
C#
Raw Normal View History

2018-03-09 05:18:32 +00:00
namespace PKHeX.Core
{
internal class EncounterStaticPID : EncounterStatic
{
public uint PID { get; set; }
public bool NSparkle { get; set; }
}
}