From 0026bc4a24895d8ca326b31448758e05deeac982 Mon Sep 17 00:00:00 2001 From: kimura Date: Wed, 8 Sep 2021 14:56:32 +0900 Subject: [PATCH] =?UTF-8?q?=E8=B3=BC=E5=85=A5=E6=99=82=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E8=BF=BD=E5=8A=A0=E3=82=B3=E3=83=9F=E3=83=83?= =?UTF-8?q?=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Scenes/marketing/Scripts/Market.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/Market.cs b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/Market.cs index 63b7cae8..7c11b71e 100644 --- a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/Market.cs +++ b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/Market.cs @@ -93,6 +93,7 @@ public class Market : MonoBehaviour customerList.AddTo(this); // 購入リクエスト + var maxOrder = orderPosisionObject.transform.childCount; orderSubject .Merge(waitCustomerList.ObserveAdd().AsUnitObservable()) .Merge(shopState.Where(x => x == ShopState.Open).AsUnitObservable())