Phase jsp2
This commit is contained in:
parent
1e9789684f
commit
0abf597984
1 changed files with 3 additions and 0 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue