namespace PKHeX.Core { public interface IAffection { int OT_Affection { get; set; } int HT_Affection { get; set; } } }