This commit is contained in:
zhangzheng
2025-12-15 12:06:23 +08:00
parent 5b87227361
commit 4fe6a9d827
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ namespace Stary.Evo.UIFarme
activePanel = GameObject.Instantiate(handle, panelParent);
#endif
activePanel.name = this.GetType().Name;
activePanel.name = panelName;
return activePanel;
}