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