namespace PKHeX.Core { public interface IRibbonSetAffixed { sbyte AffixedRibbon { get; set; } } }