From dd929bd112751c74db2ff25b8b09d074129bfc8d Mon Sep 17 00:00:00 2001 From: kimura Date: Fri, 10 Dec 2021 12:14:32 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=8A=E5=AE=A2=E3=81=95=E3=82=93=E3=82=BF?= =?UTF-8?q?=E3=83=83=E3=83=97=E6=99=82=E3=81=AESE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs index 2b64fc5f..e3d1d266 100644 --- a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs +++ b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs @@ -371,6 +371,7 @@ public class MarketManager : MonoBehaviour } controller.Tapped(); + SoundManager.Instance.PlaySE("se_marketing_CustomerTap"); VibrationManager.Instance.PlayVibrationOnce(); }).AddTo(customerAnimator); }