diff --git a/ProtoExport/ProtoBuffServerHelper.cs b/ProtoExport/ProtoBuffServerHelper.cs index 3f42846..b1752b7 100644 --- a/ProtoExport/ProtoBuffServerHelper.cs +++ b/ProtoExport/ProtoBuffServerHelper.cs @@ -82,7 +82,7 @@ public void Run(MessageInfoList messageInfoList, string outputPath, string names { defaultValue = $" = new {operationField.Type}();"; } - + sb.AppendLine($"\t\t[ProtoMap(DisableMap = true)]"); sb.AppendLine($"\t\tpublic {operationField.Type} {operationField.Name} {{ get; set; }}{defaultValue}"); }