首页牌组初始化

This commit is contained in:
YiHan0621
2025-09-11 10:47:32 +08:00
parent 3a80559de9
commit 726e97a986
5 changed files with 187 additions and 47 deletions

View File

@@ -6,8 +6,8 @@ using UnityEngine.UI;
namespace TcgEngine.UI
{
/// <summary>
/// Selection of your starter deck
/// Will only appear in the main menu when in API mode with a new account
/// 初始套牌选择
/// 仅当处于 API 模式且使用新账号时,才会在主菜单中显示
/// </summary>
public class StarterDeckPanel : UIPanel