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"; }