mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 16:48:01 +00:00
1ea3976805
Nests in their own file Encounter types in their own files
8 lines
No EOL
212 B
C#
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; }
|
|
}
|
|
} |