PKHeX/PKHeX.Core/Saves/Substructures/Battle Videos/BattleStyle6.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

11 lines
150 B
C#

namespace PKHeX.Core
{
public enum BattleStyle6
{
Single,
Double,
Triple,
Rotation,
Multi,
}
}