宣伝中にレベルアップ演出が出ないようにした
This commit is contained in:
		
							parent
							
								
									0f79033f57
								
							
						
					
					
						commit
						dafb584739
					
				|  | @ -91,6 +91,8 @@ public class MarketManager : MonoBehaviour | ||||||
|          |          | ||||||
|         // ハートゲージがフルかつダイアログが開いていない場合レベルアップ |         // ハートゲージがフルかつダイアログが開いていない場合レベルアップ | ||||||
|         HeartMeter.Instance.FulledHeart |         HeartMeter.Instance.FulledHeart | ||||||
|  |             .CombineLatest(market.IsPromotion.Delay(TimeSpan.FromSeconds(1f)), (fulled, isPromotion) => fulled && !isPromotion) | ||||||
|  |             .Where(x => x) | ||||||
|             .DelaySubscription(TimeSpan.FromSeconds(.4f)) |             .DelaySubscription(TimeSpan.FromSeconds(.4f)) | ||||||
|             .Subscribe(_ => |             .Subscribe(_ => | ||||||
|             { |             { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue