From 1d3fcc52e668481854c2133fee31fbd54e307b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=89=E5=B3=B0?= Date: Wed, 10 Sep 2025 20:26:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E6=95=88=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Script/SDKManager/RushSDKManager.cs | 30 +--------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/Assets/Script/SDKManager/RushSDKManager.cs b/Assets/Script/SDKManager/RushSDKManager.cs index f32e37f..6fc84f1 100644 --- a/Assets/Script/SDKManager/RushSDKManager.cs +++ b/Assets/Script/SDKManager/RushSDKManager.cs @@ -83,21 +83,7 @@ public class RushSDKManager : D_MonoSingleton callback?.Invoke(false, 0); } } - - /// - /// 获取激励广告价值 - /// - /// - public double GetRewardedAdRevenue() - { - if (!IsRewardedAdReady()) - { - return -1; - } - - return AdsSDKManager.Instance.GetRewardedAdRevenue(); - } - + /// @@ -147,20 +133,6 @@ public class RushSDKManager : D_MonoSingleton } } - /// - /// 获取激励广告价值 - /// - /// - public double GetInterstitialAdRevenue() - { - if (!IsInterstitialAdReady()) - { - return -1; - } - - return AdsSDKManager.Instance.GetInterstitialAdRevenue(); - } - public void ShowBanner() { AdsActionEvents.TrackAdPosition(AdsType.Banner, "");