From f53c5c88ba36c4f3cdcdae481b6e07cb55be6c4c Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 15 四月 2019 10:38:22 +0800
Subject: [PATCH] 3335 移除不需要的工具.
---
Assets/Editor/Tool/CheckFontSwitch.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Assets/Editor/Tool/CheckFontSwitch.cs b/Assets/Editor/Tool/CheckFontSwitch.cs
index 42a1ccb..64d6818 100644
--- a/Assets/Editor/Tool/CheckFontSwitch.cs
+++ b/Assets/Editor/Tool/CheckFontSwitch.cs
@@ -14,7 +14,6 @@
static string windowRootPath2 = Application.dataPath + "/ResourcesOut/UI/PriorityWindow";
static string prefabRootPath = Application.dataPath + "/ResourcesOut/UI/Prefab";
- [MenuItem("绋嬪簭/妫�娴嬪拰娣诲姞FontSwitch")]
public static void CheckAndReplaceFontSwitch()
{
try
@@ -70,7 +69,6 @@
}
static List<string> chineseCharactorErrors = new List<string>();
- [MenuItem("绋嬪簭/鏌ユ壘涓枃瀛�")]
public static void FindChineseCharacter()
{
try
--
Gitblit v1.8.0