hello
This commit is contained in:
parent
531e8f0684
commit
99fa8b6769
|
|
@ -16,7 +16,7 @@ private int x;
|
|||
private int y;
|
||||
private PieceType type;
|
||||
private boolean isWhite;
|
||||
private boolean isruenwhite;
|
||||
private boolean isturnwhite;
|
||||
private int turnnumber;
|
||||
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ private int turnnumber;
|
|||
}
|
||||
|
||||
public boolean isTurnWhite() {
|
||||
//TODO
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue