mirror of
https://github.com/Cpt-Adok/SNAKE.git
synced 2026-03-31 02:11:35 +00:00
changement de player et Effects
This commit is contained in:
@@ -25,5 +25,10 @@ public enum Effects {
|
||||
/**
|
||||
* <p> impossible à passer à travers.
|
||||
*/
|
||||
IMPASSABLE;
|
||||
IMPASSABLE,
|
||||
|
||||
/**
|
||||
* <p> le corps du serpent "disparait d'une case".
|
||||
*/
|
||||
DISPARITON;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user