Untitled

 avatar
unknown
plain_text
2 years ago
85 B
4
Indexable
package byow.Core;

public interface PointSet {
    Position nearest(int x, int y);
}
Editor is loading...