Initial reconstructor impl
This commit is contained in:
@@ -437,7 +437,7 @@ public class BlockIndexer{
|
||||
}
|
||||
}
|
||||
|
||||
private class TileIndex{
|
||||
private static class TileIndex{
|
||||
public final EnumSet<BlockFlag> flags;
|
||||
public final Team team;
|
||||
|
||||
|
||||
@@ -330,7 +330,7 @@ public class Pathfinder implements Runnable{
|
||||
}
|
||||
|
||||
/** Data for a specific flow field to some set of destinations. */
|
||||
class PathData{
|
||||
static class PathData{
|
||||
/** Team this path is for. */
|
||||
final Team team;
|
||||
/** Flag that is being targeted. */
|
||||
|
||||
Reference in New Issue
Block a user