public void MakeDrink(byte slotToUse, FillableMug targetMug)
 {
     throw new NotImplementedException();
 }
 public void MakeDrink(byte SlotToUse, FillableMug targetMug)
 {
 }
 public void MakeDrink(byte slotToUse, FillableMug targetMug)
 {
     targetMug.AddIngredientToMug(barManager.theBarsTaps.useIngredent(slotToUse));
 }