Files
2024-10-12 13:46:34 +02:00

10 lines
122 B
C#

namespace WPinternalsSDK
{
public enum MoveMethod : uint
{
Begin,
Current,
End
}
}