ajout puit correction erreur
This commit is contained in:
@@ -3,7 +3,7 @@ package fr.iut_fbleau.info.but3.automation.rock_paper_scissors.play.domain;
|
||||
public enum Move {
|
||||
ROCK,
|
||||
PAPER,
|
||||
SCISSORS;
|
||||
SCISSORS,
|
||||
PUIT;
|
||||
|
||||
public boolean beats(Move other) {
|
||||
|
||||
Reference in New Issue
Block a user