Skip to content

Commit 81dab64

Browse files
committed
Update IapDataProduct.cs
1 parent 651ec71 commit 81dab64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Runtime/IapDataProduct.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
using UnityEngine;
23

34
namespace VirtueSky.Iap
45
{
@@ -12,6 +13,9 @@ public class IapDataProduct
1213
#endif
1314
public IapProductType iapProductType;
1415

16+
[Tooltip("Price config for UI or tracking")]
17+
public float price;
18+
1519
[NonSerialized] public Action purchaseSuccessCallback;
1620
[NonSerialized] public Action purchaseFailedCallback;
1721

0 commit comments

Comments
 (0)