mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-28 15:00:36 +00:00
01fb233e48
Extract some interfaces Suppress some warning messages with commented reasons if appropriate
11 lines
150 B
C#
11 lines
150 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum BattleStyle6
|
|
{
|
|
Single,
|
|
Double,
|
|
Triple,
|
|
Rotation,
|
|
Multi,
|
|
}
|
|
}
|