Untitled
unknown
plain_text
3 years ago
85 B
10
Indexable
package byow.Core;
public interface PointSet {
Position nearest(int x, int y);
}Editor is loading...
package byow.Core;
public interface PointSet {
Position nearest(int x, int y);
}