Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Puvikaran2001 committed Nov 19, 2024
1 parent dde9d9d commit e26b164
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Assets/Scripts/Map/MapPatrollingGen/WatchmanRouteSolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,4 @@ private static void BreathFirstSearch(Vector2Int startPosition, Dictionary<(Vect
}
}
}
}
}
2 changes: 1 addition & 1 deletion Assets/Scripts/Map/Vertex.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Vertex
public float Weight { get; }
public int LastTimeVisitedTick { get; private set; }
public Vector2Int Position { get; }
public Color Color { get; set;}
public Color Color { get; set; }
public int NumberOfVisits { get; private set; }

public Vertex(int id, float weight, Vector2Int position, Color? color = null)
Expand Down
1 change: 0 additions & 1 deletion Assets/Scripts/Simulation/PatrollingSimulation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.IO;

using Maes.Algorithms;
using Maes.Map.MapPatrollingGen;
using Maes.Map.RobotSpawners;
using Maes.Simulation.SimulationScenarios;
using Maes.Statistics;
Expand Down

0 comments on commit e26b164

Please sign in to comment.