We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651ec71 commit 81dab64Copy full SHA for 81dab64
Runtime/IapDataProduct.cs
@@ -1,4 +1,5 @@
1
using System;
2
+using UnityEngine;
3
4
namespace VirtueSky.Iap
5
{
@@ -12,6 +13,9 @@ public class IapDataProduct
12
13
#endif
14
public IapProductType iapProductType;
15
16
+ [Tooltip("Price config for UI or tracking")]
17
+ public float price;
18
+
19
[NonSerialized] public Action purchaseSuccessCallback;
20
[NonSerialized] public Action purchaseFailedCallback;
21
0 commit comments