mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
e1414a0bea
No code changes
7 lines
No EOL
101 B
C#
7 lines
No EOL
101 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface INature
|
|
{
|
|
int Nature { get; set; }
|
|
}
|
|
} |