diff --git a/Assets/Scripts/AttachToGameObject/ADInfo.cs b/Assets/Scripts/AttachToGameObject/ADInfo.cs index e5dccb2..9b18bf6 100644 --- a/Assets/Scripts/AttachToGameObject/ADInfo.cs +++ b/Assets/Scripts/AttachToGameObject/ADInfo.cs @@ -164,14 +164,14 @@ public class ADInfo : MonoBehaviourSingletonTemplate Action_fail = _fail; GetReward = 0; - if (SaveMgr.Ins.Get_ShopAD()) - { - GetReward = 1; - return; - } - if (bshort) { + if (SaveMgr.Ins.Get_ShopAD()) // 리워드형 광고가 아니면 제거 + { + GetReward = 1; + return; + } + if (m_interstitialAd != null && m_interstitialAd.CanShowAd()) { m_interstitialAd.Show(); diff --git a/Assets/SheGotWet_Memo.txt b/Assets/SheGotWet_Memo.txt index 0d96f86..76feacb 100644 --- a/Assets/SheGotWet_Memo.txt +++ b/Assets/SheGotWet_Memo.txt @@ -1,4 +1,4 @@ 상점은 이야기 후 다시 광고 제거 - - 모든 광고 딜레이 주기 + - 광고 딜레이 체크 파이어 베이스 \ No newline at end of file