PKHeX/PKHeX.Core/Legality/Encounters/EncounterGift8.cs
Kurt 1ea3976805 Split up Encounters8
Nests in their own file
Encounter types in their own files
2019-11-18 19:23:01 -08:00

8 lines
No EOL
212 B
C#

namespace PKHeX.Core
{
public class EncounterGift8 : EncounterStatic, IGigantamax, IDynamaxLevel
{
public bool CanGigantamax { get; set; }
public byte DynamaxLevel { get; set; }
}
}