Updated Gradle to 4.5
This commit is contained in:
@@ -5,5 +5,5 @@ import com.badlogic.gdx.ai.pfa.indexed.IndexedGraph;
|
||||
/**An interface for an indexed graph that doesn't use allocations for connections.*/
|
||||
public interface OptimizedGraph<N> extends IndexedGraph<N> {
|
||||
/**This is used in the same way as getConnections(), but does not use Connection objects.*/
|
||||
public N[] connectionsOf(N node);
|
||||
N[] connectionsOf(N node);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user