Пример #1
0
 public void LoadLevel()
 {
     Debug.Log("Loaded level with " + customerList.shoppingListList.Count + " customers.");
     display.cList = customerList;
     display.RefreshUI();
     _spawner.shoppingLists = new List <ShoppingList>(customerList.shoppingListList);
 }