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