Make PathCost interface public (#5109)
This commit is contained in:
@@ -465,7 +465,7 @@ public class Pathfinder implements Runnable{
|
|||||||
protected abstract void getPositions(IntSeq out);
|
protected abstract void getPositions(IntSeq out);
|
||||||
}
|
}
|
||||||
|
|
||||||
interface PathCost{
|
public interface PathCost{
|
||||||
int getCost(Team traversing, int tile);
|
int getCost(Team traversing, int tile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user