namespace PKHeX.Core; /// /// Specifies that a single ribbon index is prominently selected. /// /// /// values. /// public interface IRibbonSetAffixed { sbyte AffixedRibbon { get; set; } }