少年修仙传客户端基础资源
cehua_Czg
2019-04-22 5bbcb15dc081ede6e6d390c81e7ec64901a1988a
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