mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-06 09:41:38 -05:00
8 lines
89 B
C#
8 lines
89 B
C#
![]() |
namespace OTDPlugins.MeL.Core
|
||
|
{
|
||
|
internal enum Axis
|
||
|
{
|
||
|
X,
|
||
|
Y
|
||
|
}
|
||
|
}
|