From 5211773ebbc67c8b78f5fc4d5ef79bf446e73f2f Mon Sep 17 00:00:00 2001 From: kimura Date: Thu, 16 Sep 2021 16:19:12 +0900 Subject: [PATCH] =?UTF-8?q?=E6=BC=94=E5=87=BA=E6=99=82=E9=96=93=E8=AA=BF?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Scenes/marketing/Scripts/Market.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/Market.cs b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/Market.cs index fa283129..d0302bff 100644 --- a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/Market.cs +++ b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/Market.cs @@ -451,7 +451,7 @@ public class Market : MonoBehaviour { Observable.CombineLatest(customerList.Select(x => x.State).Where(x => x.Value == CustomerState.Order)) .First(states => states.Count(x => x == CustomerState.Order) == 0) - .Delay(TimeSpan.FromSeconds(1f)) + .Delay(TimeSpan.FromSeconds(2f)) .Subscribe(_ => { pinkView.SetSleepy();