This commit is contained in:
2023-11-14 21:21:49 -06:00
parent 9e531b0b8f
commit 7e9df52c11
@@ -16,6 +16,7 @@ public class PathingUtilities {
this.location = loc;
this.region = reg;
this.parentBuilding = parent;
this.neighbors = new ArrayList<>();
}
}