pawn moves check
This commit is contained in:
8
Position.java
Normal file
8
Position.java
Normal file
@@ -0,0 +1,8 @@
|
||||
public class Position {
|
||||
int x, y;
|
||||
|
||||
public Position(int x, int y) {
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user