fixed pathfinding namespace

This commit is contained in:
2023-04-09 16:24:43 +02:00
parent fc5d388ecd
commit bf08f38a1e
4 changed files with 4 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ using System.Text.Json;
using OSMDatastructure;
using OSMDatastructure.Graph;
namespace OSMImporter
namespace Pathfinding
{
public class RegionManager
{