This commit is contained in:
2025-02-22 02:42:57 +08:00
parent 1a38ae4572
commit 8cdf40a9ad
10 changed files with 400 additions and 846 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace AibisDream
{
[SerializeField] protected GameObject choiceButton;
private void Start()
protected override void OnAwake()
{
// 初始化选择按钮
choiceButtonPrefab = choiceButton;