1234567891011121314151617181920212223242526 |
- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- public class NetWorkHeadersConfig
- {
-
-
-
-
-
-
-
-
-
-
-
-
- public const string Remote_Net_url = "https://support.ghz-tech.com:8843/api/";
- public const string Remote_SocketHall_url = "wss://support.ghz-tech.com:8843/lobby/?";
- public const string Remote_SocketRtc_url = "wss://support.ghz-tech.com:8843/room/?";
- }
|