Assets/Editor/Tool/FormatPrefabTool.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Assets/Editor/Tool/FormatPrefabTool.cs
@@ -356,20 +356,6 @@ PasteImage(_item.icon, _source.image); } break; case ItemCellComType.Star: if (_item.stars != null && _item.stars.Length > 0) { PasteRectTransform(_item.stars[0].transform.parent as RectTransform, _source.transform); for (int k = 0; k < _item.stars.Length; k++) { if (k >= _source.stars.Count) { break; } PasteImage(_item.stars[k], _source.stars[k]); } } break; case ItemCellComType.Count: if (_item.count != null) {