mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 04:53:08 +00:00
01fb233e48
Extract some interfaces Suppress some warning messages with commented reasons if appropriate
19 lines
297 B
C#
19 lines
297 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum PlayerBattleStyle7
|
|
{
|
|
Normal,
|
|
Elegant,
|
|
Girlish,
|
|
Reverent,
|
|
Smug,
|
|
LeftHanded,
|
|
Passionate,
|
|
Idol,
|
|
|
|
/// <summary>
|
|
/// USUM Only
|
|
/// </summary>
|
|
Nihilist,
|
|
}
|
|
}
|