mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-22 18:33:14 +00:00
8 lines
121 B
C#
8 lines
121 B
C#
|
namespace PKHeX.Core
|
|||
|
{
|
|||
|
public interface IRibbonSetAffixed
|
|||
|
{
|
|||
|
sbyte AffixedRibbon { get; set; }
|
|||
|
}
|
|||
|
}
|