lib_unity_purchase/Samples~/Google Play Store - 05 Frau.../User.cs

11 lines
192 B
C#

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