using System; namespace Unity.Services.Analytics { public struct RealCurrency { public string RealCurrencyType; public Int64 RealCurrencyAmount; } }