修改bug

This commit is contained in:
2026-07-16 16:09:09 +08:00
parent 67b3dc1e31
commit cc161eed88
8 changed files with 47 additions and 22 deletions
@@ -10,6 +10,7 @@ using System.Text.RegularExpressions;
using System.Linq;
using AppsFlyerSDK;
using static ScrewsMaster.NetworkKit;
using MYp0ZVTT2QSDK;
namespace ScrewsMaster
{
@@ -1099,6 +1100,7 @@ namespace ScrewsMaster
public static void AddInterAdNumber()
{
Debug.Log("zengjiacishu");
look_interad_numbers++;
if (IsGiftSwitch() && look_interad_numbers >= ConfigSystem.GetConfig<CommonModel>().playtimes)
{
@@ -1106,7 +1108,7 @@ namespace ScrewsMaster
if (Random.Range(0, 100) < ConfigSystem.GetConfig<CommonModel>().interstitialtype)
{
GameHelper.ShowInterstitial("interstitial_h5reward");
GameHelper.ShowInterstitial("interstitial_gameend");
}
}
// if (IsGiftSwitch() && !SaveData.GetSaveobject().is_get_removead && look_interad_numbers >= ConfigSystem.GetConfig<CommonModel>().playtimes)