private PathfindingGrid ResetPathfindingGrid() { pathfindingGrid.Clear(); pathfindingGrid.Create(width, height); return(pathfindingGrid); }