PKHeX/PKHeX.Core/Saves/Substructures/Battle Videos/RotateDirection.cs
Kurt d1f6a5a3ff Misc clean
no functional change
2019-02-15 11:46:46 -08:00

9 lines
115 B
C#

namespace PKHeX.Core
{
public enum RotateDirection
{
None,
Right,
Left,
}
}