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

9 lines
102 B
C#

namespace RobotNet.MapShares.Enums;
public enum TrajectoryDegree
{
One,
Two,
Three,
}