Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

15 rader
718 B

  1. /* DO NOT modify this file. This file is generated by GenerateBuildConfigTask */
  2. namespace UnityEngine.UDP.Editor
  3. {
  4. internal static class BuildConfig
  5. {
  6. public const string CLIENT_SECRET = "B63AFB324DE3D12A13827340019D1EE3";
  7. public const string ID_ENDPOINT = "https://id.unity.com";
  8. public const string CONSOLE_URL = "https://distribute.dashboard.unity.com";
  9. public const string UDP_ENDPOINT = "https://api-udp.unity.com";
  10. public const string CONNECT_ENDPOINT = "https://connect.unity.com";
  11. public const string CLIENT_ID = "channel_editor";
  12. public const string VERSION = "1.0.2";
  13. public const string API_ENDPOINT = "https://api.unity.com";
  14. }
  15. }