PKHeX/PKHeX.Core/Saves/Substructures/Battle Videos/BattleMode.cs

16 lines
249 B
C#
Raw Normal View History

2018-08-19 03:10:30 +00:00
namespace PKHeX.Core
{
public enum BattleMode
{
Link,
Maison,
MaisonSuper,
BattleSpotFree,
BattleSpotRating,
BattleSpotSpecial,
UNUSED,
JP1,
JP2,
BAD,
}
}