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

10 lines
115 B
C#
Raw Normal View History

2019-02-15 19:46:46 +00:00
namespace PKHeX.Core
2018-08-19 03:10:30 +00:00
{
public enum RotateDirection
{
None,
Right,
Left,
}
}