리워드형 광고는 제거x

This commit is contained in:
Ino 2025-09-22 07:09:32 +09:00
parent 3193ddffac
commit 3a851dff84
2 changed files with 7 additions and 7 deletions

View File

@ -164,14 +164,14 @@ public class ADInfo : MonoBehaviourSingletonTemplate<ADInfo>
Action_fail = _fail; Action_fail = _fail;
GetReward = 0; GetReward = 0;
if (SaveMgr.Ins.Get_ShopAD()) if (bshort)
{
if (SaveMgr.Ins.Get_ShopAD()) // 리워드형 광고가 아니면 제거
{ {
GetReward = 1; GetReward = 1;
return; return;
} }
if (bshort)
{
if (m_interstitialAd != null && m_interstitialAd.CanShowAd()) if (m_interstitialAd != null && m_interstitialAd.CanShowAd())
{ {
m_interstitialAd.Show(); m_interstitialAd.Show();

View File

@ -1,4 +1,4 @@
상점은 이야기 후 다시 상점은 이야기 후 다시
광고 제거 광고 제거
- 모든 광고 딜레이 주기 - 광고 딜레이 체크
파이어 베이스 파이어 베이스