fix:1、添加多语言的json文件,修复bug

This commit is contained in:
2026-07-13 11:09:10 +08:00
parent f1e05d9547
commit 6b2fb1b091
10 changed files with 1058 additions and 888 deletions
+10
View File
@@ -9,6 +9,9 @@ namespace RedHotRoast
{
public class MaxADKit
{
public static bool IsOpenAd = false;
public static void Init()
{
@@ -76,6 +79,13 @@ namespace RedHotRoast
{
onVideoAdCompleted = onCompleted;
_placement = placement;
if (IsOpenAd)
{
onVideoAdCompleted?.Invoke(true);
return;
}
#if UNITY_EDITOR
onVideoAdCompleted?.Invoke(true);
#else