From 3a851dff849629cd70c7c76523ba3adfb2226fa3 Mon Sep 17 00:00:00 2001 From: Ino Date: Mon, 22 Sep 2025 07:09:32 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=AC=EC=9B=8C=EB=93=9C=ED=98=95=20?= =?UTF-8?q?=EA=B4=91=EA=B3=A0=EB=8A=94=20=EC=A0=9C=EA=B1=B0x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/AttachToGameObject/ADInfo.cs | 12 ++++++------ Assets/SheGotWet_Memo.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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