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