namespace PKHeX.Core { /// /// Exposes and properties used by Gen6/7. /// public interface IAffection { int OT_Affection { get; set; } int HT_Affection { get; set; } } }