AStar/astar/PathingHelper/PathMeasure.cs

6 lines
81 B
C#
Raw Normal View History

namespace astar.PathingHelper;
public enum PathMeasure
{
Distance, Time
}