From e4e3183a1ea5bffbc591d711fd82a552ee3f8eca Mon Sep 17 00:00:00 2001 From: yangjing Date: Sat, 28 May 2022 00:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E7=82=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Const/Const.Ads.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Const/Const.Ads.cs b/Assets/Scripts/Const/Const.Ads.cs index 2fc62af0..d6e688ae 100644 --- a/Assets/Scripts/Const/Const.Ads.cs +++ b/Assets/Scripts/Const/Const.Ads.cs @@ -18,7 +18,7 @@ public partial class Const public static class AdsKey { public const string GuideStep = "Guide_Step"; - public const string Level = "stage_level"; + public const string Level = "Level"; public const string IAP = "IAP"; }