no bug
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class Restaurant {
|
||||
protected final int MAX_CLIENTS = 25;
|
||||
private int nbClient;
|
||||
|
||||
private ArrayList<Client> clients_stand = new ArrayList<Client>();
|
||||
|
||||
private Compartiment[] buffet = new Compartiment[4];
|
||||
private Employe_du_buffet employeB;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user