리워드형 광고는 제거x
This commit is contained in:
parent
3193ddffac
commit
3a851dff84
|
|
@ -164,14 +164,14 @@ public class ADInfo : MonoBehaviourSingletonTemplate<ADInfo>
|
|||
Action_fail = _fail;
|
||||
GetReward = 0;
|
||||
|
||||
if (SaveMgr.Ins.Get_ShopAD())
|
||||
if (bshort)
|
||||
{
|
||||
if (SaveMgr.Ins.Get_ShopAD()) // 리워드형 광고가 아니면 제거
|
||||
{
|
||||
GetReward = 1;
|
||||
return;
|
||||
}
|
||||
|
||||
if (bshort)
|
||||
{
|
||||
if (m_interstitialAd != null && m_interstitialAd.CanShowAd())
|
||||
{
|
||||
m_interstitialAd.Show();
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
상점은 이야기 후 다시
|
||||
광고 제거
|
||||
- 모든 광고 딜레이 주기
|
||||
- 광고 딜레이 체크
|
||||
파이어 베이스
|
||||
Loading…
Reference in New Issue