fix:1、添加arrow的游戏代码,和相关的周边功能
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user