OpenSim.Modules.PathFinding/src/A/Paths/PathType.cs

9 lines
114 B
C#

namespace Roy_T.AStar.Paths
{
public enum PathType
{
Complete,
ClosestApproach
}
}