Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace RobotNet10.GlobalPathPlanner.Model;
|
||||
|
||||
public enum Orientation
|
||||
{
|
||||
FORWARD,
|
||||
BACKWARD,
|
||||
NONE
|
||||
}
|
||||
Reference in New Issue
Block a user