Skip to content

Commit 5baf731

Browse files
committed
Define iap usage.
1 parent c7023df commit 5baf731

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Assets/JCSUnity/Scripts/Managers/JCS_IAPManager.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//#define IAP_ENABLED
2+
#if IAP_ENABLED
13
/**
24
* $File: JCS_IAPManager.cs $
35
* $Date: 2019-09-24 15:32:34 $
@@ -159,3 +161,4 @@ public void OnPurchaseFailed(Product product, PurchaseFailureReason failureReaso
159161
}
160162
}
161163
}
164+
#endif

0 commit comments

Comments
 (0)