2019-02-22 05:54:41 +00:00
|
|
|
|
namespace PKHeX.Core
|
|
|
|
|
{
|
2020-09-09 19:47:24 +00:00
|
|
|
|
public enum PlayerBattleStyle7
|
2019-02-22 05:54:41 +00:00
|
|
|
|
{
|
|
|
|
|
Normal,
|
|
|
|
|
Elegant,
|
|
|
|
|
Girlish,
|
|
|
|
|
Reverent,
|
|
|
|
|
Smug,
|
|
|
|
|
LeftHanded,
|
|
|
|
|
Passionate,
|
|
|
|
|
Idol,
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// USUM Only
|
|
|
|
|
/// </summary>
|
|
|
|
|
Nihilist,
|
|
|
|
|
}
|
|
|
|
|
}
|