This commit is contained in:
Minh VU
2024-12-02 15:55:59 +01:00
parent fe20d5f452
commit 8f7e7fb0ab

View File

@@ -59,5 +59,6 @@ public class Client extends Thread {
public void cuir_au_stand(Stand_de_cuisson stand){
stand.ajouter_client(this);
//TODO
}
}