minesweeper_game/Library/PackageCache/com.unity.purchasing@649c6c7b3b1b/Samples~/Google Play Store - 05 FraudDetection/User.cs
2025-03-15 14:30:26 -04:00

11 lines
192 B
C#

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