暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

PurchasingUrls.cs 455B

1234567891011
  1. namespace UnityEditor.Purchasing
  2. {
  3. static class PurchasingUrls
  4. {
  5. internal const string googlePlayDevConsoleUrl = "https://play.google.com/apps/publish/";
  6. internal static readonly string iapSettingssUrl = "https://services.unity.com/api/iap-settings/v1/projects/{0}/settings";
  7. internal const string protjectSettingUrl = "https://dashboard.unity3d.com/admin-portal/organizations/{0}/projects/{1}/settings/general";
  8. }
  9. }