From 47c94b60111da4c29c6e69b48fae61c93be279a4 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 19 三月 2019 17:01:47 +0800
Subject: [PATCH] 3335 添加prefab辅助工具.
---
Assets/Editor/Tool/FormatPrefabTool.cs | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/Assets/Editor/Tool/FormatPrefabTool.cs b/Assets/Editor/Tool/FormatPrefabTool.cs
index 588ff63..53f74c3 100644
--- a/Assets/Editor/Tool/FormatPrefabTool.cs
+++ b/Assets/Editor/Tool/FormatPrefabTool.cs
@@ -279,12 +279,6 @@
PasteImage(_item.stateIcon, _source.image);
}
break;
- case ItemCellComType.Lock:
- if (_item.auctionIcon != null)
- {
- PasteImage(_item.auctionIcon, _source.image);
- }
- break;
case ItemCellComType.Reduce:
if (_item is ItemCell)
{
--
Gitblit v1.8.0