去广告商品ID
This commit is contained in:
parent
e410ea7907
commit
8037cd6250
|
@ -6,7 +6,7 @@ using UnityEngine.Purchasing;
|
|||
|
||||
public static class IAPProducts//商品ID统一小写
|
||||
{
|
||||
public const string NoAds = "com.hotpotgames.mergetactics.global.removeads";//去广告商品ID
|
||||
public const string NoAds = "mergemilitary_removeads";//去广告商品ID
|
||||
|
||||
public static readonly Dictionary<string, ProductType> ProductDic = new Dictionary<string, ProductType>()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue