12 lines
455 B
C#
12 lines
455 B
C#
namespace UnityEditor.Purchasing
|
|
{
|
|
static class PurchasingUrls
|
|
{
|
|
internal const string googlePlayDevConsoleUrl = "https://play.google.com/apps/publish/";
|
|
|
|
internal static readonly string iapSettingssUrl = "https://services.unity.com/api/iap-settings/v1/projects/{0}/settings";
|
|
|
|
internal const string protjectSettingUrl = "https://dashboard.unity3d.com/admin-portal/organizations/{0}/projects/{1}/settings/general";
|
|
}
|
|
}
|