AStar/astar/PathingHelper/PathMeasure.cs
2024-07-23 19:10:29 +02:00

6 lines
81 B
C#

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