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,9 +1,15 @@
using System;
using System.Threading.Tasks;
/// <summary>
/// 玩家模块。
/// </summary>
public sealed class BriskPlayerModule
: BriskModuleBase
{
/// <summary>
/// 获取当前登录玩家信息。
/// </summary>
public async Task<BriskPlayerMe> GetMeAsync()
{
return await ExecuteAsync(async context =>