This commit is contained in:
YiHan0621
2025-09-15 09:26:23 +08:00
parent 0859219208
commit 50df4f1f82
7 changed files with 382 additions and 28 deletions

View File

@@ -819,6 +819,7 @@ namespace TcgEngine.UI
public override void Show(bool instant = false)
{
base.Show(instant);
Debug.Log("11111");
RefreshAll();
ShowDeckList();
}