mirror of
https://github.com/kwsch/PKHeX
synced 2025-01-11 03:58:50 +00:00
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; }
|
|
}
|
|
} |