Upload New File

This commit is contained in:
Chiara Relevat 2019-03-20 14:13:56 +01:00
parent b2cab8fa26
commit 4e3f7c18ab

View File

@ -0,0 +1,10 @@
package piecesEchiquier;
public class Fou extends Piece {
public Fou(String c, String emp,char l) {
super(c, emp,l);
}
}