mirror of
https://github.com/Cpt-Adok/SNAKE.git
synced 2026-01-25 12:34:07 +00:00
ajout d'environnement et modification personnages
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
package personnages;
|
||||
package Personnages;
|
||||
|
||||
public class Player extends Characters {
|
||||
public Player(int[] size) {
|
||||
super(size);
|
||||
public Player() {
|
||||
|
||||
}
|
||||
|
||||
public Integer[] changeCoordinate() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user