コード例 #1
0
ファイル: LevelManager.cs プロジェクト: W3D3/ShoppingSim
 public void LoadLevel()
 {
     Debug.Log("Loaded level with " + customerList.shoppingListList.Count + " customers.");
     display.cList = customerList;
     display.RefreshUI();
     _spawner.shoppingLists = new List <ShoppingList>(customerList.shoppingListList);
 }