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

10 lines
115 B
C#
Raw Normal View History

2019-02-15 11:46:46 -08:00
namespace PKHeX.Core
2018-08-18 20:10:30 -07:00
{
public enum RotateDirection
{
None,
Right,
Left,
}
}