mirror of
https://github.com/Cpt-Adok/SNAKE.git
synced 2026-01-25 06:34:06 +00:00
correction d'erreur
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import Item.Items;
|
||||
import Personnages.*;
|
||||
import personnages.*;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println((byte)'A');
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package Personnages;
|
||||
package personnages;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package Personnages;
|
||||
package personnages;
|
||||
|
||||
public class Player extends Personnage {
|
||||
public Player(int size, int[] coordinate) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package Personnages;
|
||||
package personnages;
|
||||
|
||||
public class Robot extends Personnage {
|
||||
public Robot(int size, int[] coordinate) {
|
||||
|
||||
Reference in New Issue
Block a user