PKHeX/PKHeX.Core/Saves/Substructures/Battle Videos/TurnStartCode.cs
2018-08-18 20:10:34 -07:00

8 lines
109 B
C#

namespace PKHeX.Core
{
public enum TurnStartCode
{
Fight = 1,
Switch = 9,
}
}