11 lines
365 B
C#
11 lines
365 B
C#
|
namespace UnityEditor.Purchasing
|
||
|
{
|
||
|
static class PurchasingUrls
|
||
|
{
|
||
|
internal const string analyticsApiUrl = "https://analytics.cloud.unity3d.com";
|
||
|
internal const string googlePlayDevConsoleUrl = "https://play.google.com/apps/publish/";
|
||
|
|
||
|
internal const string coreProjectsUrl = "https://core.cloud.unity3d.com/api/projects/{0}";
|
||
|
}
|
||
|
}
|