correction d'erreur

This commit is contained in:
2024-05-07 18:13:20 +02:00
parent 540ecb358b
commit 687e810e70
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
package Personnages;
package personnages;
public class Player extends Personnage {
public Player(int size, int[] coordinate) {