mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-11 22:29:52 -05:00
8 lines
110 B
C#
8 lines
110 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface IFixedAbilityNumber
|
|
{
|
|
int Ability { get; }
|
|
}
|
|
}
|