Phase jsp2

This commit is contained in:
Erwann PHILIPPE 2025-03-27 17:15:24 +01:00
parent 1e9789684f
commit 0abf597984

View file

@ -74,6 +74,9 @@ public class Controle implements AsyncResponse {
break; break;
case "reception": case "reception":
leJeu.reception(connection, info); leJeu.reception(connection, info);
break;
case "tchat":
} }
} }
public void evenementChoixJoueur(String pseudo, int numPerso) { public void evenementChoixJoueur(String pseudo, int numPerso) {