Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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. }