mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 16:35:02 -05:00
10 lines
115 B
C#
10 lines
115 B
C#
namespace PKHeX.Core
|
|
{
|
|
public enum RotateDirection
|
|
{
|
|
None,
|
|
Right,
|
|
Left,
|
|
}
|
|
}
|