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

10 lines
161 B
C#

using System;
namespace Samples.Purchasing.AppleAppStore.FraudDetection
{
[Serializable]
public class User
{
public string Username;
}
}