public void orderUp() { cook.waffleType = order; cook.chocoList = this.chocoList; cook.fruitList = this.fruitList; cook.condimentList = this.condimentList; cook.getOrder("Waffle"); }
public void orderUp() { cook.beverageType = order; cook.getOrder("Beverage"); }