少年修仙传客户端基础资源
hch
2023-10-27 2fb5b73f42aa7abb58de4a3b19f89a76fe44b9a0
0312 删除多余引用
3个文件已修改
17 ■■■■ 已修改文件
Assets/Editor/Tool/AssetsVersionMaker.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/RenameTool.cs 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/TableTool.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/AssetsVersionMaker.cs
@@ -2,7 +2,6 @@
using System.Collections.Generic;
using System;
using System.IO;
using System.Security.Cryptography;
public class AssetsVersionMaker
{
Assets/Editor/Tool/RenameTool.cs
@@ -1,16 +1,6 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine;
using UnityEditor;
using System.IO;
using System.Security.Cryptography;
using System;
using System.CodeDom;
using Microsoft.CSharp;
using System.CodeDom.Compiler;
using System.Text;
using System.Reflection;
using System.Threading;
public class RenameTool : EditorWindow
{
Assets/Editor/Tool/TableTool.cs
@@ -1,8 +1,6 @@
using System;
using System.CodeDom;
using System.Collections.Generic;
using System.IO;
using System.Security.Cryptography;
using System.Text;
using System.Windows.Forms;
using UnityEditor;