mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
[+] ProtoGenTools
[+] ProtoGenTools
This commit is contained in:
8
Assets/GameScripts/HotFix/GameProto/GameProtocol.meta
Normal file
8
Assets/GameScripts/HotFix/GameProto/GameProtocol.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 86ce21ac2bf6d5543b8b0cc7f1972046
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -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");
|
||||
|
Reference in New Issue
Block a user