// Start is called before the first frame update
 public void addVinegar()
 {
     VinegarGameLogic.addLeft();
 }
 public void addRice()
 {
     VinegarGameLogic.addRight();
 }