using UnityEngine; namespace RedCircuit.Net { /// REST API 客户端,封装用户认证、商店、蓝图等 HTTP 请求。 public class ApiClient : MonoBehaviour { } }