using UnityEngine; namespace RedCircuit.Net { /// WebSocket 客户端,维持与 relay-server 的长连接,处理实时消息收发。 public class WsClient : MonoBehaviour { } }