PKHeX/PKHeX.Core/Saves/Substructures/Gen7/PlayerBattleStyle7.cs
Kurt 01fb233e48 Minor tweaks
Extract some interfaces
Suppress some warning messages with commented reasons if appropriate
2020-09-09 12:47:24 -07:00

19 lines
297 B
C#

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