mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +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; }
|
|
}
|
|
}
|