mirror of
https://github.com/kwsch/PKHeX
synced 2025-01-02 23:58:47 +00:00
7 lines
No EOL
101 B
C#
7 lines
No EOL
101 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface INature
|
|
{
|
|
int Nature { get; set; }
|
|
}
|
|
} |