diff --git a/Assets/GameScripts/HotFix/GameProto/GameProtocol.meta b/Assets/GameScripts/HotFix/GameProto/GameProtocol.meta new file mode 100644 index 00000000..b90a92f1 --- /dev/null +++ b/Assets/GameScripts/HotFix/GameProto/GameProtocol.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 86ce21ac2bf6d5543b8b0cc7f1972046 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TEngine/Editor/ProtoGenTools/ProtoGenTools.cs b/Assets/TEngine/Editor/ProtoGenTools/ProtoGenTools.cs index 810f5add..3a2af674 100644 --- a/Assets/TEngine/Editor/ProtoGenTools/ProtoGenTools.cs +++ b/Assets/TEngine/Editor/ProtoGenTools/ProtoGenTools.cs @@ -58,7 +58,7 @@ namespace TEngine.Editor StringBuilder sb = new StringBuilder(); sb.Append("using System;\n"); sb.Append("using ProtoBuf;\n"); - sb.Append("using TEngine.Runtime;\n"); + sb.Append("using TEngine;\n"); sb.Append("using System.Collections.Generic;\n"); sb.Append($"namespace {nameSpace}\n"); sb.Append("{\n");