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

@@ -7,9 +7,8 @@ using UnityEngine.UI;
namespace TcgEngine.UI
{
/// <summary>
/// Class that let you store a ID with each element of a Dropdown
/// 在Dropdown的每个元素中存储ID
/// </summary>
[System.Serializable]
public class DropdownValueItem
{