lib_unity_purchase/Runtime/Stores/Android/GooglePlay/GooglePlay.cs

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";
}
}