Files
xyou 9500c4c80a
CI / Go Backend (push) Canceled after 0s
FIRST
2026-08-07 23:39:47 +08:00

10 lines
218 B
C#

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