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

9 lines
109 B
C#
Raw Normal View History

2018-08-19 03:10:30 +00:00
namespace PKHeX.Core
{
public enum TurnStartCode
{
Fight = 1,
Switch = 9,
}
}