mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] ProtoGenTools
[+] ProtoGenTools
This commit is contained in:
@@ -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