We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7604b2 commit 8074aa6Copy full SHA for 8074aa6
ProtoExport/ProtoBuffServerHelper.cs
@@ -15,6 +15,7 @@ public void Run(MessageInfoList messageInfoList, string outputPath, string names
15
sb.AppendLine("using System;");
16
sb.AppendLine("using ProtoBuf;");
17
sb.AppendLine("using System.Collections.Generic;");
18
+ sb.AppendLine("using GameFrameX.NetWork.Abstractions;");
19
sb.AppendLine("using GameFrameX.NetWork.Messages;");
20
21
0 commit comments