Localize sample UI and document release conventions

This commit is contained in:
2026-04-10 22:38:28 +08:00
parent 48eeb79d7d
commit ea5b96507d
37 changed files with 1012 additions and 304 deletions

View File

@@ -1,7 +1,22 @@
/// <summary>
/// 当前登录身份摘要。
/// </summary>
public sealed class BriskIdentity
{
/// <summary>
/// 登录提供方。
/// </summary>
public string LoginProvider;
/// <summary>
/// 登录用户 ID。
/// </summary>
public string LoginUserId;
/// <summary>
/// 玩家 ID。
/// </summary>
public string PlayerId;
/// <summary>
/// 项目账号 ID。
/// </summary>
public string ProjectAccountId;
}