fix:1、修复bug

This commit is contained in:
2026-07-09 16:10:06 +08:00
parent 8277a8e614
commit c2ad44d755
37 changed files with 66884 additions and 70585 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ public static class Language
lang = "ru";
}
// }
lang = "de";
// lang = "de";
setCurrentLanguage(lang);
}
+8
View File
@@ -31,6 +31,7 @@ namespace ChillConnect
private const float RevenueThreshold = 0.1f;
public static Dictionary<string, string> adCallbackInfo;
public static bool IsOpenAd = false;
public static void Init()
{
@@ -134,6 +135,13 @@ namespace ChillConnect
{
onVideoAdCompleted = onCompleted;
_placement = placement;
if (IsOpenAd)
{
onVideoAdCompleted?.Invoke(true);
return;
}
#if UNITY_EDITOR
onVideoAdCompleted?.Invoke(true);
#else