チュートリアル時のデータ初期化追記
This commit is contained in:
		
							parent
							
								
									e7f8dd8cc2
								
							
						
					
					
						commit
						d924f2741d
					
				|  | @ -83,9 +83,11 @@ public class KitchenManager : MonoBehaviour | |||
|                     gameData.Material.Add(materialData); | ||||
|                 } | ||||
|                 materialData.Amount++; | ||||
|                 gameData.StorageTanks.Clear(); | ||||
|                 gameData.ShopStock.Clear(); | ||||
|                 // ミッションカウンターリセット | ||||
|                 GameDataManager.GameData.ResetNormalTotalCount(); | ||||
|                 GameDataManager.GameData.ResetDailyTotalCount(); | ||||
|                 gameData.ResetNormalTotalCount(); | ||||
|                 gameData.ResetDailyTotalCount(); | ||||
|                  | ||||
|                 // 店舗レベル1達成表示 | ||||
|                 ShopLevelUp.ShowDialog(1, () => | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue