mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-06 01:31:39 -05:00
8 lines
No EOL
89 B
C#
8 lines
No EOL
89 B
C#
namespace OTDPlugins.MeL.Core
|
|
{
|
|
internal enum Axis
|
|
{
|
|
X,
|
|
Y
|
|
}
|
|
} |