mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-20 01:13:17 +00:00
8 lines
110 B
C#
8 lines
110 B
C#
|
namespace PKHeX.Core
|
|||
|
{
|
|||
|
public interface IFixedAbilityNumber
|
|||
|
{
|
|||
|
int Ability { get; }
|
|||
|
}
|
|||
|
}
|