This commit is contained in:
2025-06-17 00:23:38 +08:00
parent 1a5115c678
commit ef59e805a4
4 changed files with 27 additions and 21 deletions

View File

@@ -392,7 +392,7 @@ public class UIMonsterPanel : MonoBehaviour
DestroyImmediate(itemParent.GetChild(0).gameObject);
}
_dicGroupItem.Clear();
_dicGroupItem?.Clear();
itemIdx = 0;
}
}