Example #1
0
 public void Player2PickUpSaladBowl()
 {
     player2.PickUpSaladBowl(spawnedBowl);
     //player1.saladBowl = spawnedBowl;
     player2.saladCombination   = combination;
     player2.saladCombinationID = combinationOrderID;
     player2.canServe           = true;
     saladBowl   = null;
     combination = null;
 }