Commit e577482e authored by Hà Trung (NEGAXY)'s avatar Hà Trung (NEGAXY)

no message

parent cece0e67
...@@ -41,7 +41,7 @@ public class IAPManager : Singleton<IAPManager>, IStoreListener ...@@ -41,7 +41,7 @@ public class IAPManager : Singleton<IAPManager>, IStoreListener
//Debug.Log(Coin_3); //Debug.Log(Coin_3);
//Debug.Log(Coin_4); //Debug.Log(Coin_4);
builder.AddProduct(Remove_ads, ProductType.Consumable); builder.AddProduct(Remove_ads, ProductType.NonConsumable);
builder.AddProduct(Coin_1, ProductType.Consumable); builder.AddProduct(Coin_1, ProductType.Consumable);
builder.AddProduct(Coin_2, ProductType.Consumable); builder.AddProduct(Coin_2, ProductType.Consumable);
builder.AddProduct(Coin_3, ProductType.Consumable); builder.AddProduct(Coin_3, ProductType.Consumable);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment