fix:1、添加arrow的游戏代码,和相关的周边功能

This commit is contained in:
2026-07-10 17:57:02 +08:00
parent dd56ccb469
commit f1e05d9547
145 changed files with 8492 additions and 1059 deletions
+9
View File
@@ -64,6 +64,10 @@ public class AdExchangeManager
// SuccessProperty = suffix => ADEventTrack.Property.shop_receive_ + suffix
// }
// };
public const string MakeupAd = "MakeupAd";
public const string SavingPotMakeupAd = "SavingPotMakeupAd";
public const string MakeupLVAd = "MakeupLVAd";
public void Exchange(AdExchangeData _data)
{
@@ -220,6 +224,11 @@ public class AdExchangeManager
{
needAds = (int)Math.Ceiling(getCoinNeedAds(name));
}
else if (name == MakeupAd || name == SavingPotMakeupAd || name == MakeupLVAd)
{
needAds = 9999;
}
return needAds;