ajout de personnages

This commit is contained in:
2024-05-05 20:06:42 +02:00
parent 9838cf1910
commit ed2a7633ab
7 changed files with 69 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
package personnages;
public class Player extends Characters {
public Player(int[] size) {
super(size);
}
}