namespace PKHeX.Core { public interface IFixedAbilityNumber { int Ability { get; } } }