mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-24 19:28:43 -05:00
8 lines
212 B
C#
8 lines
212 B
C#
namespace PKHeX.Core
|
|
{
|
|
public class EncounterGift8 : EncounterStatic, IGigantamax, IDynamaxLevel
|
|
{
|
|
public bool CanGigantamax { get; set; }
|
|
public byte DynamaxLevel { get; set; }
|
|
}
|
|
} |