Store paths crossing block walls in block

This commit is contained in:
2022-07-02 15:31:27 +01:00
parent 75a98a572f
commit 3952ec6315
8 changed files with 52 additions and 17 deletions
+1
View File
@@ -27,3 +27,4 @@ data EdgeObstacle
deriving (Eq,Ord,Show,Bounded,Enum)
makeLenses ''PathGraph
makeLenses ''PathEdge