VoiDPlugins/MeL/Core/Axis.cs
2020-10-05 23:49:39 +08:00

8 lines
No EOL
89 B
C#

namespace OTDPlugins.MeL.Core
{
internal enum Axis
{
X,
Y
}
}