forked from sin365/AxibugEmuOnline
编辑器菜单和移除错误using
This commit is contained in:
parent
588c8850ea
commit
6be5d7dec7
@ -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();
|
||||||
|
|||||||
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user