Skip to content

Commit ff06d37

Browse files
committed
start implementing the canX methods in Unit
1 parent aacde75 commit ff06d37

File tree

2 files changed

+499
-57
lines changed

2 files changed

+499
-57
lines changed

src/main/java/bwapi/Region.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public boolean isAccessible() {
6666
return regionData.isAccessible();
6767
}
6868

69-
7069
public Set<Region> getNeighbors() {
7170
return new HashSet<>(neighbours);
7271
}

0 commit comments

Comments
 (0)