编辑器菜单和移除错误using

This commit is contained in:
sin365 2025-11-06 16:12:36 +08:00
parent 588c8850ea
commit 6be5d7dec7
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ namespace [NAMESPACE]
} }
} }
"; ";
[MenuItem("项目工具/生成Protobuff Reset代码文件")] [MenuItem("Axibug移植工具/生成Protobuff Reset代码文件")]
public static void GenResetCode() public static void GenResetCode()
{ {
StringBuilder sb = new StringBuilder(); StringBuilder sb = new StringBuilder();

View File

@ -2,7 +2,6 @@
using Google.Protobuf; using Google.Protobuf;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using UnityEditor.Search;
namespace AxibugEmuOnline.Client.Network namespace AxibugEmuOnline.Client.Network
{ {