mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
d1f6a5a3ff
no functional change
9 lines
115 B
C#
9 lines
115 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum RotateDirection
|
|
{
|
|
None,
|
|
Right,
|
|
Left,
|
|
}
|
|
}
|