PKHeX/PKHeX.Core/PKM/Enums/AlcremieDecoration.cs

16 lines
301 B
C#
Raw Normal View History

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