Jose Srifi 9fdf776a07 Update all the repo
update all the repo by creating correct packages and deletting all .class files
2019-03-30 22:29:23 +01:00

9 lines
132 B
Java
Executable File

package piecesEchiquier;
public class Reine extends Piece {
public Reine(String c, String emp,char l) {
super(c, emp,l);
}
}