mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-02 16:59:15 +00:00
85d1b0e7ad
not in future formats, doesn't belong
8 lines
150 B
C#
8 lines
150 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface IAffection
|
|
{
|
|
int OT_Affection { get; set; }
|
|
int HT_Affection { get; set; }
|
|
}
|
|
}
|