SAVE roi.java avant pull
This commit is contained in:
parent
d9a7b1c532
commit
111caf24d7
@ -6,4 +6,10 @@ public class Roi extends Piece {
|
|||||||
super(c, emp,l);
|
super(c, emp,l);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void enEchec() {
|
||||||
|
int[][] positionCourante;
|
||||||
|
positionCourante=Piece.getPositionCourante();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user