上传UI信息和替换,修正战斗页面的UI处理

This commit is contained in:
YiHan0621
2025-09-26 14:32:52 +08:00
parent 25cf205770
commit eba34c083a
29 changed files with 615 additions and 672 deletions

View File

@@ -6,8 +6,8 @@ using UnityEngine;
namespace TcgEngine
{
/// <summary>
/// This authenticator require external UserLogin API asset
/// It works with an actual web API and database containing all user info
/// 此身份验证器需要外部用户登录API资产
/// 它与包含所有用户信息的实际Web API和数据库一起工作
/// </summary>
public class AuthenticatorApi : Authenticator