File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,33 +54,33 @@ dependency `extensions-unity-1.0.1`
5454 public const string ID_COIN = " com.test.coin" ;
5555 public static IapDataProduct PurchaseCoin ()
5656 {
57- return IapManager .Instance . PurchaseProduct (IapSettings .Instance .IapDataProducts [0 ]);
57+ return IapManager .PurchaseProduct (IapSettings .Instance .IapDataProducts [0 ]);
5858 }
5959
6060 public static bool IsPurchasedCoin ()
6161 {
62- return IapManager .Instance . IsPurchasedProduct (IapSettings .Instance .IapDataProducts [0 ]);
62+ return IapManager .IsPurchasedProduct (IapSettings .Instance .IapDataProducts [0 ]);
6363 }
6464
6565 public static string LocalizedPriceCoin ()
6666 {
67- return IapManager .Instance . LocalizedPriceProduct (IapSettings .Instance .IapDataProducts [0 ]);
67+ return IapManager .LocalizedPriceProduct (IapSettings .Instance .IapDataProducts [0 ]);
6868 }
6969
7070 public const string ID_REMOVEADS = " com.test.removeads" ;
7171 public static IapDataProduct PurchaseRemoveads ()
7272 {
73- return IapManager .Instance . PurchaseProduct (IapSettings .Instance .IapDataProducts [1 ]);
73+ return IapManager .PurchaseProduct (IapSettings .Instance .IapDataProducts [1 ]);
7474 }
7575
7676 public static bool IsPurchasedRemoveads ()
7777 {
78- return IapManager .Instance . IsPurchasedProduct (IapSettings .Instance .IapDataProducts [1 ]);
78+ return IapManager .IsPurchasedProduct (IapSettings .Instance .IapDataProducts [1 ]);
7979 }
8080
8181 public static string LocalizedPriceRemoveads ()
8282 {
83- return IapManager .Instance . LocalizedPriceProduct (IapSettings .Instance .IapDataProducts [1 ]);
83+ return IapManager .LocalizedPriceProduct (IapSettings .Instance .IapDataProducts [1 ]);
8484 }
8585
8686 }
You can’t perform that action at this time.
0 commit comments