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

19 lines
235 B
C#
Raw Normal View History

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