Files
MRCC/client/Assets/Scripts/RedCircuit.Auth/OAuthClient.cs
T
xyou 9500c4c80a
CI / Go Backend (push) Canceled after 0s
FIRST
2026-08-07 23:39:47 +08:00

10 lines
210 B
C#

using UnityEngine;
namespace RedCircuit.Auth
{
/// <summary>OAuth 客户端,支持 Google / GitHub / Discord 第三方快捷登录。</summary>
public class OAuthClient : MonoBehaviour
{
}
}