mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-20 01:13:17 +00:00
452ffe2369
relocate location of stuff
8 lines
No EOL
176 B
C#
8 lines
No EOL
176 B
C#
namespace PKHeX.Core
|
|
{
|
|
internal class EncounterStaticPID : EncounterStatic
|
|
{
|
|
public uint PID { get; set; }
|
|
public bool NSparkle { get; set; }
|
|
}
|
|
} |