Moved Utils.cs to OSMDatastructure

This commit is contained in:
C9Glax 2023-02-08 19:05:54 +01:00
parent 4f0d5d4f30
commit 9d2be7d972

View File

@ -1,6 +1,6 @@
using OSMDatastructure;
namespace Pathfinding
namespace OSMDatastructure
{
public struct Utils
{