2025-09-01 04:14:42 +00:00
|
|
|
using System.Collections;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using UnityEngine;
|
|
|
|
|
2025-09-01 10:32:50 +00:00
|
|
|
namespace WZ
|
2025-09-01 04:14:42 +00:00
|
|
|
{
|
2025-09-10 12:23:01 +00:00
|
|
|
|
2025-09-01 04:14:42 +00:00
|
|
|
public static class StaticValue
|
|
|
|
{
|
|
|
|
public static string AdmobCollapsibleBannerId = "";
|
|
|
|
|
|
|
|
public static string AdmobNormalBannerId = "";
|
|
|
|
|
|
|
|
public static string AdmobSplashId = "";
|
|
|
|
|
|
|
|
public static string AdmobNativeId = "";
|
2025-09-02 07:50:47 +00:00
|
|
|
public static string AdmobSmallNativeId = "";
|
|
|
|
public static string AdmobMinddleNativeId = "";
|
|
|
|
public static string AdmobFullNativeId = "";
|
2025-09-01 04:14:42 +00:00
|
|
|
|
|
|
|
public static string AdmobRewardId = "";
|
|
|
|
|
|
|
|
public static string AdmobInterId = "";
|
|
|
|
|
|
|
|
public static string PrivacyUrl = "";
|
|
|
|
|
|
|
|
public static string TopOnAppID = "";
|
2025-09-10 12:23:01 +00:00
|
|
|
|
2025-09-01 04:14:42 +00:00
|
|
|
public static string TopOnAppKey = "";
|
|
|
|
|
|
|
|
public static string TopOnRewardAdUnitID = "";
|
|
|
|
|
|
|
|
public static string TopOnInterAdUnitID = "";
|
|
|
|
|
|
|
|
public static string ApplovinKey = "";
|
|
|
|
|
|
|
|
public static string AdjustToken = "";
|
|
|
|
|
|
|
|
public static string TDAppID = "";
|
|
|
|
|
2025-09-02 14:36:46 +00:00
|
|
|
public static string TDServerURL = "https://data.tapvicogames.com";
|
2025-09-01 04:14:42 +00:00
|
|
|
|
|
|
|
// max
|
2025-09-10 12:23:01 +00:00
|
|
|
public static string MaxInterAdUnitID = "";
|
2025-09-01 04:14:42 +00:00
|
|
|
|
2025-09-10 12:23:01 +00:00
|
|
|
public static string MaxRewardAdUnitID = "";
|
|
|
|
public static string MaxSparespareInterAdUnitID = "";
|
|
|
|
public static string MaxSparespareRewardAdUnitID = "";
|
2025-09-01 04:14:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|