Exemple #1
0
 public void GetInventory()
 {
     player.CupsPurchase();
     player.LemonsPurchase();
     player.SugarPurchase();
     player.IcePurchase();
     inventory.CupsBeginningInventory();
     inventory.LemonsBeginningInventory();
     inventory.SugarBeginningInventory();
     inventory.IceBeginningInventory();
     BeginningInventoryUpdate();
     NewCashBalanceUpdate();
 }