mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
723514e89c
Big thanks to @SciresM @sora10pls @Lusamine @architdate @ReignOfComputer for testing and contributing code / test cases. Can't add co-authors from the PR menu :( Builds will fail because azure pipelines not yet updated with net6.
7 lines
121 B
C#
7 lines
121 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface IRibbonSetAffixed
|
|
{
|
|
sbyte AffixedRibbon { get; set; }
|
|
}
|
|
}
|