2
0
Fork 0
mirror of https://github.com/kwsch/PKHeX synced 2024-12-23 10:53:10 +00:00
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,
}