SAVE roi.java avant pull

This commit is contained in:
aa700867 2019-04-02 16:57:11 +02:00
parent d9a7b1c532
commit 111caf24d7

View File

@ -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();
}
} }