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

11 lines
192 B
C#
Raw Normal View History

2024-01-29 18:49:33 +08:00
using System;
namespace Samples.Purchasing.GooglePlay.FraudDetection
{
[Serializable]
public class User
{
public string AccountId;
public string ProfileId;
}
}