namespace PKHeX.Core { public interface IGigantamax { bool CanGigantamax { get; set; } } }