RobotNet/RobotNet.MapShares/Enums/DirectionAllowed.cs
2025-10-15 15:15:53 +07:00

11 lines
121 B
C#

namespace RobotNet.MapShares.Enums;
public enum DirectionAllowed
{
None,
Forward,
Backward,
Both,
}