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

@@ -1,5 +1,10 @@
import personnages.*;
public class Main {
public static void main(String[] args) {
}
int[] size = new int[1];
Player player = new Player(size);
Robot robot = new Robot(size);
}
}