namespace Oni.Objects { internal enum PatrolPathFacing { Forward = 0, Backward = 1, Left = 1, Right = 2, Stopped = 3 } }