PKHeX/PKHeX.Core/Saves/Substructures/Gen7/BattleStyle7.cs

20 lines
291 B
C#
Raw Normal View History

namespace PKHeX.Core
{
public enum BattleStyle7
{
Normal,
Elegant,
Girlish,
Reverent,
Smug,
LeftHanded,
Passionate,
Idol,
/// <summary>
/// USUM Only
/// </summary>
Nihilist,
}
}