デバッグ一時無効

This commit is contained in:
kimura 2022-11-04 16:00:18 +09:00
parent c829d6340b
commit d4449c6f6f
1 changed files with 53 additions and 3 deletions

View File

@ -22,10 +22,60 @@ namespace MyGame.Scenes.marketing.Scripts
private readonly Dictionary<int, Market> cityMarketDict = new();
private void Start()
{
/*
*
*
*
*
*
*
*
*
* CurrentCityのMarketのみ停止したい場合がある
* Marketの停止でCustomerが止まるので販売停止処理となる
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* (Vip)
*
* Dataを入れられるようにする
*
* Initialize化してMonoBehaviour剥がす
*
* CustomerFlowで考慮する処理
*
*
*
* 調->->
*
*
*
*
*/
#if UNITY_EDITOR
var newGameData = GameDataUtils.CreateCityData(2);
newGameData.IsFundingCompleted = true;
newGameData.Heart = 0;
// var newGameData = GameDataUtils.CreateCityData(2);
// newGameData.IsFundingCompleted = true;
// newGameData.Heart = 0;
// GameDataManager.GameData.BrotherHeart = GameDataManager.GameData.Heart;
// PartTimerManager.Instance.UpdateList();
#endif
// 各都市マーケット生成