From 9d2be7d972dfdf7f34c44276302d2a124c08ace2 Mon Sep 17 00:00:00 2001 From: C9Glax <13404778+C9Glax@users.noreply.github.com> Date: Wed, 8 Feb 2023 19:05:54 +0100 Subject: [PATCH] Moved Utils.cs to OSMDatastructure --- {Pathfinding => OSMDatastructure}/Utils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {Pathfinding => OSMDatastructure}/Utils.cs (98%) diff --git a/Pathfinding/Utils.cs b/OSMDatastructure/Utils.cs similarity index 98% rename from Pathfinding/Utils.cs rename to OSMDatastructure/Utils.cs index 0ba8f3e..7cb4900 100644 --- a/Pathfinding/Utils.cs +++ b/OSMDatastructure/Utils.cs @@ -1,6 +1,6 @@ using OSMDatastructure; -namespace Pathfinding +namespace OSMDatastructure { public struct Utils {