mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-19 17:03:12 +00:00
2575d73144
tfw can't using static a private class in the file, gotta be explicit.
7 lines
110 B
C#
7 lines
110 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface IFixedAbilityNumber
|
|
{
|
|
int Ability { get; }
|
|
}
|
|
}
|