お客さんタップ時のSE追加
This commit is contained in:
parent
ed2a69f296
commit
dd929bd112
|
|
@ -371,6 +371,7 @@ public class MarketManager : MonoBehaviour
|
||||||
}
|
}
|
||||||
|
|
||||||
controller.Tapped();
|
controller.Tapped();
|
||||||
|
SoundManager.Instance.PlaySE("se_marketing_CustomerTap");
|
||||||
VibrationManager.Instance.PlayVibrationOnce();
|
VibrationManager.Instance.PlayVibrationOnce();
|
||||||
}).AddTo(customerAnimator);
|
}).AddTo(customerAnimator);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue