mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-19 17:03:12 +00:00
11 lines
148 B
C#
11 lines
148 B
C#
|
namespace PKHeX.Core
|
|||
|
{
|
|||
|
public enum BattleStyle
|
|||
|
{
|
|||
|
Single,
|
|||
|
Double,
|
|||
|
Triple,
|
|||
|
Rotation,
|
|||
|
Multi,
|
|||
|
}
|
|||
|
}
|