UI更改与功能修正

This commit is contained in:
YiHan0621
2025-09-17 16:22:06 +08:00
parent 0fd35d8c21
commit 3f425c9434
191 changed files with 1271 additions and 4307 deletions

View File

@@ -8,9 +8,8 @@ using TcgEngine;
namespace TcgEngine.UI
{
/// <summary>
/// Deck selector is a dropdown that let the player select a deck before a match
/// 牌组选择器是一个下拉菜单,让玩家在比赛前选择牌组
/// </summary>
public class DeckSelector : MonoBehaviour
{
public DropdownValue deck_dropdown;