演出時間調整

This commit is contained in:
kimura 2021-09-16 16:19:12 +09:00
parent 5e06984785
commit 5211773ebb
1 changed files with 1 additions and 1 deletions

View File

@ -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();