lib_unity_purchase/Runtime/Purchasing/Analytics/Models/GoogleReceipt.cs

12 lines
168 B
C#
Raw Normal View History

2025-01-20 12:55:54 +08:00
using System;
namespace UnityEngine.Purchasing
{
[Serializable]
class GoogleReceipt
{
public string json;
public string signature;
}
}