首页牌组初始化

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

@@ -14,7 +14,7 @@ namespace TcgEngine.UI
{
public string group;
public bool active;
public GameObject highlight;
// public GameObject highlight;
public UIPanel ui_panel;
public UnityAction onClick;