namespace PKHeX.Core; /// /// Secondary Form Argument to indicate which decoration is used for /// public enum AlcremieDecoration { Strawberry = 0, Berry = 1, Love = 2, Star = 3, Clover = 4, Flower = 5, Ribbon = 6, }