SquareDash/Library/PackageCache/com.unity.purchasing@4.10.0/Samples~/Google Play Store - 05 FraudDetection/User.cs
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

11 lines
192 B
C#

using System;
namespace Samples.Purchasing.GooglePlay.FraudDetection
{
[Serializable]
public class User
{
public string AccountId;
public string ProfileId;
}
}