少年修仙传客户端基础资源
client_Wu Xijin
2019-04-15 f53c5c88ba36c4f3cdcdae481b6e07cb55be6c4c
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