From f8acf3c9ebbe0dd49a78b0bb7cca62c2fb7b01cc Mon Sep 17 00:00:00 2001 From: glax Date: Tue, 23 Jul 2024 16:41:43 +0200 Subject: [PATCH] Moved to OSM_Graph --- astar/PathingHelper/HighwayType.cs | 36 ------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 astar/PathingHelper/HighwayType.cs diff --git a/astar/PathingHelper/HighwayType.cs b/astar/PathingHelper/HighwayType.cs deleted file mode 100644 index 8bb77c3..0000000 --- a/astar/PathingHelper/HighwayType.cs +++ /dev/null @@ -1,36 +0,0 @@ -// ReSharper disable InconsistentNaming -// ReSharper disable UnusedMember.Global -namespace astar.PathingHelper; - -public enum HighwayType -{ - NONE, - motorway, - trunk, - primary, - secondary, - tertiary, - unclassified, - residential, - motorway_link, - trunk_link, - primary_link, - secondary_link, - tertiary_link, - living_street, - service, - pedestrian, - track, - bus_guideway, - escape, - raceway, - road, - busway, - footway, - bridleway, - steps, - corridor, - path, - cycleway, - construction -} \ No newline at end of file