Merge branch 'develop' of bitbucket.org:usaya/popcorn into develop

This commit is contained in:
koya_15 2021-09-16 16:29:15 +09:00
commit 8f4f007b96
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)) Observable.CombineLatest(customerList.Select(x => x.State).Where(x => x.Value == CustomerState.Order))
.First(states => states.Count(x => x == CustomerState.Order) == 0) .First(states => states.Count(x => x == CustomerState.Order) == 0)
.Delay(TimeSpan.FromSeconds(1f)) .Delay(TimeSpan.FromSeconds(2f))
.Subscribe(_ => .Subscribe(_ =>
{ {
pinkView.SetSleepy(); pinkView.SetSleepy();