mirror of
https://github.com/Cpt-Adok/SNAKE.git
synced 2026-03-28 17:13:43 +00:00
changement de nom de dossier
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package types;
|
||||
|
||||
import environnements.Grid;
|
||||
import environnement.Grid;
|
||||
|
||||
/**
|
||||
* cette enum représente différents types d'objets dans le jeu.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package types;
|
||||
|
||||
import environnements.Grid;
|
||||
import environnement.Grid;
|
||||
|
||||
public enum SnakePart implements Grid {
|
||||
HEAD(Effect.IMPASSABLE, " \u25CF "),
|
||||
|
||||
Reference in New Issue
Block a user