演出時間調整
This commit is contained in:
parent
5e06984785
commit
5211773ebb
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue