SquareDash/Library/PackageCache/com.unity.purchasing@4.10.0/Runtime/Stores/Android/GooglePlay/GooglePlay.cs
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

14 lines
323 B
C#

namespace UnityEngine.Purchasing
{
/// <summary>
/// Class for constants referencing GooglePlay
/// </summary>
public class GooglePlay
{
/// <summary>
/// Constant used for Mapping the store with GooglePlay
/// </summary>
public const string Name = "GooglePlay";
}
}