예제 #1
0
 public void SetLemonCupTaste()
 {
     gameRecipe.ChooseIngredients();
     gameRecipe.VeryifyLemonAmount((gameInventory.GetLemonQuantity()));
     gameRecipe.VeryifyIceCubeAmount((gameInventory.GetIceCubeQuantity()));
     gameRecipe.VeryifySugarAmount((gameInventory.GetSugarCubeQuantity()));
     VeryifyCupAmount();
 }